Expand description
All functionality is covered by traits, such that consumers can utilize trait objects as desired.
Traitsยง
- KeyGen
- The
KeyGentrait is defined to allow trait objects. - SerDes
- The
SerDestrait provides for validated serialization and deserialization of fixed size elements - Signer
- The Signer trait is implemented for the
PrivateKeystruct on each of the security parameter sets - Verifier
- The Verifier trait is implemented for
PublicKeyon each of the security parameter sets