Module massa_signature::signature_impl
source ยท Macrosยง
- KeyPair ๐
- KeyPairVariant ๐
- PublicKey ๐
- PublicKeyVariant ๐
- Signature ๐
- SignatureVariant ๐
Structsยง
- versioned KeyPair used for signature and decryption
- Deserializer for
PublicKey
- Public key used to check if a message was encoded by the corresponding
PublicKey
. Generated from theKeyPair
usingSignatureEngine
- Serializer for
Signature
- Signature generated from a message and a
KeyPair
.
Enumsยง
- versioned KeyPair used for signature and decryption
- Public key used to check if a message was encoded by the corresponding
PublicKey
. Generated from theKeyPair
usingSignatureEngine
- Signature generated from a message and a
KeyPair
.
Constantsยง
- PUBLIC_PREFIX ๐
- SECRET_PREFIX ๐
Functionsยง
- Verifies a batch of signatures