aboutsummaryrefslogtreecommitdiff
path: root/aezref/Cargo.lock
AgeCommit message (Collapse)Author
2025-04-17fuzz against slow aez-ref, not fast aez-niDaniel Schadt
Two reasons: First, this allows us to test more of the algorithm, as the (slow) reference implementation supports multiple associated data items, large values for tau, ... Second, this avoids the segfault crash, which is a limit of the fast implementation (the assumption there is that data is aligned properly, and even a read out-of-bounds will not cause a segfault).