Show HN: Rscrypto 0.4 treats constant-time as a release gate
Category: library
Tags: cryptography, rust, constant-time
Score: 8.0/10 (Innovation: 7, Technical: 9, Documentation: 8, Utility: 8)
rscrypto is a pure Rust cryptography library that provides a wide range of primitives (RSA, Ed25519, AEADs, hashes, etc.) with a focus on constant-time verification as a release gate. Its innovative combination of hardware acceleration dispatch, no_std support, and an explicit security audit model makes it a compelling alternative to composing multiple crates or relying on C dependencies.
Target audience: backend devs, security engineers, devops, embedded developers
Repository: https://github.com/loadingalias/rscrypto/releases/tag/v0.4.0 · Rust · Apache-2.0 · 30 stars
View on Hacker News