diff options
| author | Jack O'Connor <[email protected]> | 2025-03-30 17:25:54 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-30 17:25:54 -0700 |
| commit | e1c2ea27fdd717fd924d7b286a125408d7e817f7 (patch) | |
| tree | c71005f1a46af1a8c9135865469b79ec40fde2e2 /test_vectors | |
| parent | 83a60d9da6a44b719e258926e568c203d3b4dd36 (diff) | |
add the `hazmat` module and deprecate the undocumented `guts` module
https://github.com/BLAKE3-team/BLAKE3/pull/458
Diffstat (limited to 'test_vectors')
| -rw-r--r-- | test_vectors/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_vectors/src/lib.rs b/test_vectors/src/lib.rs index 543a31d..8df28cd 100644 --- a/test_vectors/src/lib.rs +++ b/test_vectors/src/lib.rs @@ -1,4 +1,4 @@ -use blake3::guts::{BLOCK_LEN, CHUNK_LEN}; +use blake3::{BLOCK_LEN, CHUNK_LEN}; use serde::{Deserialize, Serialize}; // Reading files at runtime requires special configuration under WASM/WASI, so including this at |
