Structs§
- KeyPair
Box - A
KeyPairBox
represents a minisign key pair. - Public
KeyBox - A
PublicKeyBox
represents a minisign public key. - SError
- Error type for minisign-rs
- Secret
KeyBox - A
SecretKeyBox
represents a minisign secret key. - Signature
Box - A
SignatureBox
represents a minisign signature.
Enums§
- Error
Kind - Error kind for minisign-rs
Functions§
- pub_
key_ from_ sec_ key - Create a new public key from a secret key
- pub_
key_ from_ str - Create a new public key from a string in the minisign format pub key file
- sec_
key_ from_ str - Create a new secret key from a string in the minisign format key file
- sign
- minisign some data
- verify
- Verify a minisign signature