Docs.rs
  • rust-auth-utils-1.0.0
    • rust-auth-utils 1.0.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • arsenstorm
    • Dependencies
      • base64 ^0.22.1 normal
      • encoding_rs ^0.8.35 normal
      • generic-array ^0.14 normal
      • hmac ^0.12 normal
      • once_cell ^1.19.0 normal
      • p256 ^0.13.2 normal
      • rand ^0.8 normal
      • rand_core ^0.6 normal
      • rsa ^0.9.7 normal
      • sha1 ^0.10.6 normal
      • sha2 ^0.10.8 normal
      • signature ^2.2.0 normal
      • tokio ^1.43.0 normal
      • url ^2.5.4 normal
      • urlencoding ^2.1.3 normal
      • tokio-test ^0.4 dev
    • Versions
    • 10.32% 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

rust_auth_utils1.0.0

Crate Items

  • Structs
  • Enums
  • Functions

List of all items

Structs

  • base32::Base32
  • base32::Base32Hex
  • base64::Base64
  • base64::Base64Url
  • binary::Binary
  • ecdsa::ECDSA
  • hash::Hash
  • hex::Hex
  • hmac::HmacBuilder
  • otp::Error
  • otp::OTP
  • random::Error
  • random::RandomStringGenerator
  • rsa::RSA
  • rsa::RsaKeyPair

Enums

  • binary::EncodingType
  • random::Alphabet
  • rsa::HashAlgorithm
  • types::ECDSACurve
  • types::EncodingFormat
  • types::ExportKeyFormat
  • types::SHAFamily
  • types::TypedArray

Functions

  • hash::create_hash
  • otp::generate_hotp
  • otp::generate_qr_code
  • otp::generate_totp
  • otp::verify_totp