You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use direct sha2 updates and clarify sizes
* Fix blake3 hash elements
* Allow padded Digest192 hex and match zeroize paths
* Reject all-zero X25519 shared secret
* Handle zeroize generics and target dir
* Add subtree format header
* Use trailing zero checks in benches
* Fix partial MMR tracking
* Reject unknown subtree versions
* chore: comment adjustment
* Fix zeroize-audit target path
* Clarify Digest192 parsing and add check-features
* Use subtle for zero shared secret check
* addressing review comments
Remove legacy deserialization paths for PartialMmr and subtree data. Require the current marker or magic header and reject old formats.
Add small comments that explain key behavior: empty-input handling in x25519 all-zero checks, mutation dedup order in subtree updates, marker purpose in PartialMmr, and invalid leaf position handling in untrack().
Fix outdated docs wording in padded_elements_to_bytes and update tests to match the hard cutoff behavior.
0 commit comments