The cryptographic engine the whole platform is built on.
Signet Core is the cryptographic and data engine every Signet module is built on — FIPS-track AES-256-GCM, SHA-2/3 and HKDF alongside the NIST-standardized post-quantum algorithms ML-KEM-768 and ML-DSA-65, plus the tamper-evident audit-chain and verifiable crypto-erasure primitives the rest of the platform depends on.
ML-KEM-768 (FIPS 203) and ML-DSA-65 (FIPS 204), with hybrid X25519 + ML-KEM key establishment.
AES-256-GCM, SHA-2 / SHA-3, HKDF and DRBG, with hardware acceleration.
Tamper-evident hash-chaining and verifiable crypto-erasure, reused across every module.
Algorithms sit behind a selectable interface, so new standards drop in without re-architecting.
A companion library brings modular + post-quantum encryption to Apache Parquet — with a WebAssembly demo you can try in your browser. See Signet Forge →