HackerTrans
TopNewTrendsCommentsPastAskShowJobs

victor-craton

no profile record

Submissions

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

github.com
4 points·by victor-craton·3 ay önce·0 comments

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

github.com
3 points·by victor-craton·4 ay önce·3 comments

comments

victor-craton
·3 ay önce·discuss
[dead]
victor-craton
·4 ay önce·discuss
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 ay önce·discuss
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 ay önce·discuss
[dead]