Modules
Structs
- An
AuthKeyPairis a cryptographic key pair that can be used for digital signing and verification. - A
DigitalSignatureis a cryptographic signature that can be used to verify the authenticity of a message. - A
Hashis the result of hashing a value. - A
PrivateKeyis a cryptographic key that can be used to sign data. - A
PublicKeyis a cryptographic key that can be used to verify digital signatures that are signed with the equivalentAuthKeyPairorPrivateKey.
Enums
- An enum representing the different algorithms that can be used to generate key pairs.