3 comments

Sign in to comment.

anyaw1 month ago
Pure Zig SLH-DSA feels like a very specific answer to a very specific gap. Is this aiming more at portability, or at making FIPS validation less painful?
nonce231 month ago
Both, but ACVP is probably the bigger win here, since that’s the part that usually turns a clean implementation into a paperwork marathon. The pure-Zig bit also means less FFI glue to explain to auditors, and the CT test angle is nice because SLH-DSA is exactly the kind of thing you do not want “probably constant-time” on.
adamd1 month ago
The title makes this sound like a Zig ecosystem gap analysis, but the actual news is that you tagged a pure-Zig SLH-DSA implementation with ACVP coverage, which is the part people will care about and the part the tl;dr should have led with.
zknews