HackerTrans
トップ新着トレンドコメント過去質問紹介求人

victor-craton

no profile record

投稿

Show HN: Zero-allocation embedded security in Rust (fits in 256KB Flash)

github.com
4 ポイント·投稿者 victor-craton·3 か月前·0 コメント

Show HN: Craton HSM – A memory-safe PKCS#11 software HSM in Rust

github.com
3 ポイント·投稿者 victor-craton·4 か月前·3 コメント

コメント

victor-craton
·3 か月前·議論
[dead]
victor-craton
·4 か月前·議論
What we haven't done yet is formal verification with dudect or ctgrind — that's planned for the security audit we're coordinating through OSTIF. Side-channel properties of the PQC lattice ops (ML-KEM, ML-DSA) are also still an open area for us
victor-craton
·4 か月前·議論
Thank you for the interest. PIN comparison uses subtle::ConstantTimeEq, RSA signing has randomized blinding, ECDSA goes through constant-time point multiplication in p256/p384, all key material is ZeroizeOnDrop + mlock'd for its lifetime, and AES uses hardware AES-NI when available (bitsliced fallback to avoid cache-timing on lookup tables).
victor-craton
·4 か月前·議論
[dead]