Docs.rs
  • fn-dsa-0.3.0
    • fn-dsa 0.3.0
    • Permalink
    • Docs.rs crate page
    • Unlicense
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • pornin
    • Dependencies
      • fn-dsa-comm ^0.3 normal
      • fn-dsa-kgen ^0.3 normal
      • fn-dsa-sign ^0.3 normal
      • fn-dsa-vrfy ^0.3 normal
      • hex ^0.4.3 dev
    • Versions
    • 100% 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

fn_dsa0.3.0

Crate Items

  • Structs
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • DomainContext
  • HashIdentifier
  • KeyPairGenerator1024
  • KeyPairGenerator512
  • KeyPairGeneratorStandard
  • KeyPairGeneratorWeak
  • RngError
  • SHA3_224
  • SHA3_256
  • SHA3_384
  • SHA3_512
  • SHAKE
  • SigningKey1024
  • SigningKey512
  • SigningKeyStandard
  • SigningKeyWeak
  • VerifyingKey1024
  • VerifyingKey512
  • VerifyingKeyStandard
  • VerifyingKeyWeak

Traits

  • CryptoRng
  • KeyPairGenerator
  • RngCore
  • SigningKey
  • VerifyingKey

Functions

  • sign_key_size
  • signature_size
  • vrfy_key_size

Type Aliases

  • SHAKE128
  • SHAKE256

Constants

  • DOMAIN_NONE
  • FN_DSA_LOGN_1024
  • FN_DSA_LOGN_512
  • HASH_ID_ORIGINAL_FALCON
  • HASH_ID_RAW
  • HASH_ID_SHA256
  • HASH_ID_SHA384
  • HASH_ID_SHA3_256
  • HASH_ID_SHA3_384
  • HASH_ID_SHA3_512
  • HASH_ID_SHA512
  • HASH_ID_SHA512_256
  • HASH_ID_SHAKE128
  • HASH_ID_SHAKE256