Docs.rs
  • llvm-sys-201.0.0
    • llvm-sys 201.0.0
    • 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
      • anyhow ^1.0 build
      • cc ^1.0 build
      • lazy_static ^1.0 build
      • regex-lite ^0.1.5 build
      • semver ^1.0.7 build
    • Versions
    • 21.98% of the crate is documented
  • Go to latest version
  • 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

llvm_sys201.0.0

Module blake3

Module Items

  • Structs
  • Constants
  • Functions

In crate llvm_sys

llvm_sys

Module 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⚠