Docs.rs
  • rcrypto-0.2.0
    • rcrypto 0.2.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mengsuenyan
    • Dependencies
      • rmath ^0.1.5 normal
    • Versions
    • 37.8% of the crate is documented
  • Platform
    • x86_64-apple-darwin
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rcrypto0.2.0

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • AES
  • CMAC
  • CryptoError
  • DES
  • HMAC
  • Keccak
  • KeccakSponge
  • MD5
  • SM3
  • SM4
  • TDES
  • ZUC
  • ZUCCipher
  • ZUCMac
  • cipher_mode::CBC
  • cipher_mode::CBCDecrypt
  • cipher_mode::CBCEncrypt
  • cipher_mode::CFB
  • cipher_mode::CFBDecrypt
  • cipher_mode::CFBEncrypt
  • cipher_mode::CTR
  • cipher_mode::CTRDecrypt
  • cipher_mode::CTREncrypt
  • cipher_mode::DefaultCounter
  • cipher_mode::DefaultInitialVec
  • cipher_mode::DefaultPadding
  • cipher_mode::ECB
  • cipher_mode::ECBDecrypt
  • cipher_mode::ECBEncrypt
  • cipher_mode::EmptyPadding
  • cipher_mode::OFB
  • cipher_mode::OFBDecrypt
  • cipher_mode::OFBEncrypt
  • cipher_mode::Pond
  • dsa::DSA
  • dsa::DomainParameters
  • dsa::KeyPair
  • dsa::PrivateKey
  • dsa::PublicKey
  • dsa::SignatureContent
  • ecdsa::ECDSA
  • elliptic::CurveP224
  • elliptic::CurveP256
  • elliptic::CurveParams
  • elliptic::KeyPair
  • elliptic::PrivateKey
  • elliptic::PublicKey
  • rsa::KeyPair
  • rsa::OAEP
  • rsa::PKCS1
  • rsa::PSS
  • rsa::PrivateKey
  • rsa::PublicKey
  • rsa::SignatureContent
  • sha3::SHA224
  • sha3::SHA256
  • sha3::SHA3
  • sha3::SHA384
  • sha3::SHA512
  • sha3::Shake128
  • sha3::Shake256
  • sha::SHA
  • sha::SHA1
  • sha::SHA224
  • sha::SHA256
  • sha::SHA384
  • sha::SHA512
  • sha::SHA512T
  • sha::SHA512T224
  • sha::SHA512T256

Enums

  • CryptoErrorKind

Traits

  • Cipher
  • Digest
  • DigestXOF
  • Signature
  • cipher_mode::Counter
  • cipher_mode::DecryptStream
  • cipher_mode::EncryptStream
  • cipher_mode::InitialVec
  • cipher_mode::Padding
  • elliptic::EllipticCurve