Expand description
Contains the keypair types that must be supplied for the OPAQUE API
Structs§
- KeyPair
- A Keypair trait with public-private verification
- Oprf
Seed - Default OPRF seed container.
- Private
Key - Wrapper around a Key to enforce that it’s a private one.
- Public
Key - Wrapper around a Key to enforce that it’s a public one.
Traits§
- Oprf
Seed Serialization - A trait to facilitate
ServerSetup::de/serialize. - Private
KeySerialization - A trait to facilitate
ServerSetup::de/serialize.