feat: add new_derive_key, finalize_and_reset, doc comments, official test vectors, Makefile

This commit is contained in:
2026-04-24 02:15:51 +02:00
parent 8480a9136b
commit 70a1423cb8
6 changed files with 234 additions and 103 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "blake3-wasm-rs"
version = "0.1.2"
version = "0.1.3"
edition = "2024"
license = "MIT"
authors = ["UneBaguette <[email protected]>"]
@@ -18,4 +18,5 @@ blake3 = { version = "1.8", features = ["wasm32_simd"] }
wasm-bindgen = "0.2"
[dev-dependencies]
wasm-bindgen-test = "0.3"
wasm-bindgen-test = "0.3"
hex = "0.4"