Docs.rs
  • llvm-sys-150.2.1
    • llvm-sys 150.2.1
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tari
    • Dependencies
      • clang-sys ^1.2.2 normal optional
      • libc ^0.2 normal
      • tempfile ^3.2.0 normal optional
      • cc ^1.0 build
      • lazy_static ^1.0 build
      • regex ^1.0 build
      • semver ^1.0.7 build
    • Versions
    • 18.53% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

llvm_sys150.2.1

Module blake3

  • Structs
  • Constants
  • Functions

In crate llvm_sys

Module llvm_sys::blake3

source ·
Expand description

LLVM’s BLAKE3 implementation. Original BLAKE3 C API: https://github.com/BLAKE3-team/BLAKE3/tree/1.3.1/c

Structs§

  • llvm_blake3_hasher

Constants§

  • LLVM_BLAKE3_BLOCK_LEN
  • LLVM_BLAKE3_CHUNK_LEN
  • LLVM_BLAKE3_KEY_LEN
  • LLVM_BLAKE3_MAX_DEPTH
  • LLVM_BLAKE3_OUT_LEN
  • LLVM_BLAKE3_VERSION_STRING

Functions§

  • llvm_blake3_hasher_finalize⚠
  • llvm_blake3_hasher_finalize_seek⚠
  • llvm_blake3_hasher_init⚠
  • llvm_blake3_hasher_init_derive_key⚠
  • llvm_blake3_hasher_init_derive_key_raw⚠
  • llvm_blake3_hasher_init_keyed⚠
  • llvm_blake3_hasher_reset⚠
  • llvm_blake3_hasher_update⚠
  • llvm_blake3_version⚠