Crate unc_crypto

Source

Modules§

key_conversion
vrf

Structs§

ED25519PublicKey
ED25519SecretKey
EmptySigner
InMemorySigner
Signer that keeps secret key in memory.
KeyFile
Rsa2048PublicKey
Rsa2048Signature
Secp256K1PublicKey
Secp256K1Signature

Enums§

KeyType
ParseKeyError
ParseKeyTypeError
ParseSignatureError
PublicKey
Public key container supporting different curves.
SecretKey
Secret key container supporting different curves.
Signature
Signature container supporting different curves.

Traits§

Signer
Generic signer trait, that can sign with some subset of supported curves.