[−][src]Crate cryptouri
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 |
|
Enums
| CryptoUriKind | Kinds of |
Traits
| Encodable | Objects that can be encoded as CryptoUri |