Your Document
Software TEE Process โ Patent 2: Faihoplo Inc.
1
Generate ephemeral key in RAM
2
Sign with EC-DSA + ML-DSA-65
3
Zeroize private key immediately
4
Save signature only (key never on disk)
0
Operations
DELETED
Private key
SIGNED
EC-DSA
SIGNED
ML-DSA-65
EC-DSA Signature โ NIST P-256
โ
ML-DSA-65 Signature โ FIPS 204
โ
Hytak TRNG Samples โ Patent 1
EC-DSA: VERIFIED | ML-DSA-65: VERIFIED | HYBRID: AUTHENTIC
About This Demo
This demo implements the Faihoplo QRYPTA Hybrid Q-Signer โ world's first post-quantum hybrid digital signature combining EC-DSA (classical) and ML-DSA-65 (post-quantum).
Software TEE (Patent 2): Private key is generated in RAM, used to sign, then immediately zeroized. It is never saved to disk. Only the signature is stored.
For enterprise use: Import our C++ SDK or JavaScript wrapper into your application. Available for on-premise deployment on any server or PC.