Docs.rs
  • did-crypto-0.0.1
    • did-crypto 0.0.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • fidenz-ravindu
    • Dependencies
      • base64 ^0.22.1 normal
      • base64-url ^3.0.0 normal
      • chrono ^0.4.38 normal
      • ed25519-compact ^2.1.1 normal
      • ed25519-dalek ^2.1.1 normal
      • elliptic-curve ^0.13.8 normal
      • getrandom ^0.2.14 normal
      • hex ^0.4.3 normal
      • hex-literal ^0.4.1 normal
      • k256 ^0.13.3 normal
      • libsecp256k1 ^0.7.1 normal
      • p256 ^0.13.2 normal
      • p384 ^0.13.0 normal
      • p521 ^0.13.3 normal
      • pem-parser ^0.1.1 normal
      • pem-rfc7468 ^0.7.0 normal
      • rand ^0.8.5 normal
      • rsa ^0.9.6 normal
      • sec1 ^0.7.3 normal
      • serde ^1.0.200 normal
      • serde_json ^1.0.116 normal
      • sha2 ^0.10.8 normal
      • wasm-bindgen ^0.2.92 normal
      • x509-parser ^0.16.0 normal
    • Versions
    • 0% of the crate is documented
  • 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

did_crypto0.0.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • crypto::ecdsa::_256::P256SigningKey
  • crypto::ecdsa::_256::P256VerifyingKey
  • crypto::ecdsa::_256k::P256kSigningKey
  • crypto::ecdsa::_256k::P256kVerifyingKey
  • crypto::ecdsa::_384::P384SigningKey
  • crypto::ecdsa::_384::P384VerifyingKey
  • crypto::ecdsa::_512::P512SigningKey
  • crypto::ecdsa::_512::P512VerifyingKey
  • crypto::eddsa::EDDSASigningKey
  • crypto::eddsa::EDDSAVerifyingKey
  • crypto::rsa::RsaSigningKey
  • crypto::rsa::RsaVerifyingKey
  • jwt::Header
  • jwt::JWT
  • jwt::Payload
  • jwt::Signature

Enums

  • algorithms::Algorithm
  • algorithms::AlgorithmFamily

Traits

  • crypto::SignFromKey
  • crypto::VerifyFromKey

Functions

  • crypto::ecdsa::_256::ec_256_sign
  • crypto::ecdsa::_256::ec_256_verify
  • crypto::ecdsa::_256k::ec_256k_sign
  • crypto::ecdsa::_256k::ec_256k_verify
  • crypto::ecdsa::_384::ec_384_sign
  • crypto::ecdsa::_384::ec_384_verify
  • crypto::ecdsa::_512::ec_512_sign
  • crypto::ecdsa::_512::ec_512_verify
  • crypto::ecdsa::sign_ec
  • crypto::ecdsa::verify_ec
  • crypto::eddsa::sign_eddsa
  • crypto::eddsa::verify_eddsa
  • crypto::rsa::sign_rsa
  • crypto::rsa::verify_rsa
  • signer::sign
  • verifier::verify