Crate mini_sign

Source

Structs§

KeyPairBox
A KeyPairBox represents a minisign key pair.
PublicKeyBox
A PublicKeyBox represents a minisign public key.
SError
Error type for minisign-rs
SecretKeyBox
A SecretKeyBox represents a minisign secret key.
SignatureBox
A SignatureBox represents a minisign signature.

Enums§

ErrorKind
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

Type Aliases§

Result