Commit Graph
14 Commits
Author SHA1 Message Date
breakingbread 4476a5bcc4 chore: bump to v0.6.2 2026-05-04 12:59:53 +02:00
breakingbread edc8284936 feat: add zeroize feature to wipe blake3 internal key material on drop 2026-05-04 12:56:18 +02:00
breakingbread 99980eff38 chore: bump to v0.6.1 2026-04-28 06:32:43 +02:00
breakingbread 230976664c feat!: native-first API refactor, WASM behind feature flag
BREAKING: native functions return [u8; 32] instead of Vec<u8>.
BREAKING: WASM bindings require `wasm` feature flag.
New Blake3Error type replaces JsError for native consumers.
2026-04-28 06:05:57 +02:00
breakingbread 4570d6826f chore: added apache license, added types to export 2026-04-27 19:28:10 +02:00
breakingbread 35dbf0f97e fix: include index.d.ts in published package 2026-04-25 19:28:44 +02:00
breakingbread 08e01269bc chore: bump version to 0.5.0
BREAKING: hashXof/finalizeXof now throw on invalid out_len
2026-04-25 19:19:59 +02:00
breakingbread 1f9d01b073 fix: pin wasm-bindgen to 0.2.118, update CI 2026-04-25 16:10:48 +02:00
breakingbread 84b2e75967 feat: camelCase JS exports, node-esm, index entry point 2026-04-25 15:56:36 +02:00
breakingbread 70a1423cb8 feat: add new_derive_key, finalize_and_reset, doc comments, official test vectors, Makefile 2026-04-24 02:15:51 +02:00
breakingbread 8480a9136b chore: migrate version in cargo.toml and bump version in package.json build.sh 2026-04-23 14:30:00 +02:00
breakingbread b35b391103 fix: add rlib crate-type for wasm tests 2026-04-22 18:43:45 +02:00
breakingbread 9c3d538470 feat: multi-target build + CI + publish workflow 2026-04-22 18:32:07 +02:00
breakingbread b93c309d5b inital commit! 2026-04-18 13:41:33 +02:00