Skip to main content

Module keypair

Module keypair 

Source
Expand description

Contains the keypair types that must be supplied for the OPAQUE API

Structs§

KeyPair
A Keypair trait with public-private verification
OprfSeed
Default OPRF seed container.
PrivateKey
Wrapper around a Key to enforce that it’s a private one.
PublicKey
Wrapper around a Key to enforce that it’s a public one.

Traits§

OprfSeedSerialization
A trait to facilitate ServerSetup::de/serialize.
PrivateKeySerialization
A trait to facilitate ServerSetup::de/serialize.