Crate near_crypto[][src]

Modules

key_conversion
randomness
vrf

Structs

ED25519PublicKey
EmptySigner
InMemorySigner

Signer that keeps secret key in memory.

KeyFile
Secp256K1PublicKey
TryFromSliceError

Enums

KeyType
ParseKeyError
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.