Crate ts_crypto

Crate ts_crypto 

Source
Expand description

ts-crypto

Modules§

edwards
Edwards curve cryptography
elliptic
Elliptic curve cryptography
known
Known key types
rsa
RSA cryptography

Traits§

FromDer
Create a key from a DER encoded document
SignMessage
Trait for signing a message
ToVerifier
Trait for creating a verifying key.
VerifySignature
Trait for verifying a signature.