Crate ssi_crypto

Source

Re-exports§

pub use algorithm::Algorithm;
pub use algorithm::AlgorithmError;
pub use algorithm::AlgorithmInstance;
pub use algorithm::UnsupportedAlgorithm;
pub use key::PublicKey;
pub use key::SecretKey;
pub use ed25519_dalek as ed25519;ed25519
pub use k256;secp256k1
pub use p256;secp256r1
pub use p384;secp384r1
pub use rand;

Modules§

algorithm
hashes
key
signatures

Enums§

SignatureError
VerificationError