Docs.rs
  • lib-q-0.0.1
    • lib-q 0.0.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Nexlab-One
    • Dependencies
      • getrandom ^0.3.3 normal
      • js-sys ^0.3.77 normal optional
      • rand ^0.9.2 normal
      • rand_core ^0.9.3 normal
      • serde ^1.0.219 normal optional
      • wasm-bindgen ^0.2.100 normal optional
      • web-sys ^0.3.77 normal optional
      • zeroize ^1.8.1 normal
      • criterion ^0.7.0 dev
      • proptest ^1.7.0 dev
      • quickcheck ^1.0.3 dev
      • wasm-bindgen-test ^0.3.50 dev
    • Versions
    • 72.59% 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

libq0.0.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • aead::AeadKey
  • aead::Nonce
  • hash::CShake256Hash
  • hash::Shake128Hash
  • hash::Shake256Hash
  • kem::KemKeypair
  • kem::KemPublicKey
  • kem::KemSecretKey
  • sig::SigKeypair
  • sig::SigPublicKey
  • sig::SigSecretKey
  • wasm_api::HashResultWasm
  • wasm_api::KemKeyPairWasm
  • wasm_api::LibQ
  • wasm_api::SigKeyPairWasm
  • zkp::Computation
  • zkp::ZkpProof
  • zkp::ZkpProver
  • zkp::ZkpVerifier

Enums

  • aead::AeadAlgorithm
  • error::Error
  • hash::HashAlgorithm
  • zkp::ComputationType
  • zkp::ProofType

Traits

  • aead::Aead
  • hash::Hash
  • kem::Kem
  • sig::Signature

Functions

  • error::is_supported_security_level
  • init
  • utils::bytes_to_hex
  • utils::constant_time_compare
  • utils::hex_to_bytes
  • utils::random_bytes
  • utils::random_key
  • utils::random_nonce
  • utils::secure_zeroize
  • utils::validate_data_size
  • version
  • wasm_api::libq_bytes_to_hex_standalone
  • wasm_api::libq_hex_to_bytes_standalone
  • wasm_api::libq_init_standalone
  • wasm_api::libq_random_bytes_standalone
  • wasm_api::libq_version_standalone

Type Aliases

  • error::Result

Constants

  • VERSION
  • error::SECURITY_LEVELS