Docs.rs
  • cml-crypto-5.2.0
    • cml-crypto 5.2.0
    • Docs.rs crate page
    • MIT
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • SebastienGllmt
    • Dependencies
      • base64 ^0.21.5 normal
      • bech32 ^0.7.2 normal
      • cbor_event ^2.2.0 normal
      • cfg-if ^1 normal
      • cml-core ^5.2.0 normal
      • cryptoxide ^0.4.2 normal
      • derivative ^2.2.0 normal
      • digest ^0.9 normal
      • ed25519-bip32 ^0.4.1 normal
      • hex ^0.4.0 normal
      • rand ^0.8.5 normal
      • schemars ^0.8.8 normal
      • serde ^1.0 normal
      • serde_json ^1.0.57 normal
      • sha2 ^0.9 normal
      • thiserror ^1.0.37 normal
      • quickcheck ^0.9.2 dev
      • quickcheck_macros ^0.9.1 dev
      • rand_chacha ^0.3.1 dev
    • Versions
    • 25.6% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cml_crypto5.2.0

  • All Items
  • Modules
  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Derive Macros
?
Change settings

Crate cml_crypto

source ·

Modules§

  • chain_core
  • chain_crypto
  • emip3
  • impl_mockchain
  • typed_bytes

Macros§

  • impl_hash_type

Structs§

  • AnchorDocHash
  • AuxiliaryDataHash
  • Bip32PrivateKey
  • Bip32PublicKey
  • BlockBodyHash
  • BlockHeaderHash
  • DatumHash
  • DeserializeError
  • Ed25519KeyHash
  • Ed25519Signature
  • GenesisDelegateHash
  • GenesisHash
  • KESVkey
  • LegacyDaedalusPrivateKey
  • NonceHash
  • PoolMetadataHash
  • PrivateKey
  • PublicKey
    ED25519 key used as public key
  • ScriptDataHash
  • ScriptHash
  • TransactionHash
  • VRFKeyHash
  • VRFVkey

Enums§

  • CryptoError
  • DeserializeFailure
  • StringEncoding

Traits§

  • Deserialize
  • RawBytesEncoding
  • Serialize

Functions§

  • blake2b224
  • blake2b256

Derive Macros§

  • Derivative