Class ModuleLatticeDsaExample

java.lang.Object
net.jrodolfo.java_evolution.java24.quantum_resistant_crypto.ModuleLatticeDsaExample

public class ModuleLatticeDsaExample extends Object
Demonstrates Java 24 module-lattice digital signature support.

ML-DSA is a post-quantum digital signature algorithm. A private key signs a message, and the matching public key verifies that the signature belongs to the original message. The example also verifies that a tampered message is rejected.