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§
- Crypto
Uri CryptoUri
: URI-based format for encoding cryptographic objects
Enums§
- Crypto
UriKind - Kinds of
CryptoUri
s
Traits§
- Encodable
- Objects that can be encoded as CryptoUri