Initializerswift-crypto 3.10.0_CryptoExtras->Crypto
init(oprfRepresentation:)
Construct a blinded element from its OPRF representation.
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
init<D>(oprfRepresentation: D) throws where D : DataProtocol
Clients should not create values of this type manually; they are created and returned by the blind operation.
Servers should reconstruct values of this type from the serialized blinded element bytes sent by the client.