Crate cryptouri

Source
Expand description

CryptoURI: URN-like namespace for cryptographic objects (keys, signatures, etc) with Bech32 encoding/checksums

Re-exports§

pub use crate::error::Error;
pub use crate::error::ErrorKind;
pub use crate::hash::Hash;
pub use crate::public_key::PublicKey;
pub use crate::secret_key::SecretKey;
pub use crate::signature::Signature;

Modules§

algorithm
Cryptographic algorithm registry
error
Error types
hash
Digest types
public_key
Public key types
secret_key
Secret Key types
signature
Cryptographic signatures

Structs§

CryptoUri
CryptoUri: URI-based format for encoding cryptographic objects

Enums§

CryptoUriKind
Kinds of CryptoUris

Traits§

Encodable
Objects that can be encoded as CryptoUri