Class XWingKeyPairGenerator

java.lang.Object
org.bouncycastle.pqc.crypto.xwing.XWingKeyPairGenerator
All Implemented Interfaces:
AsymmetricCipherKeyPairGenerator

public class XWingKeyPairGenerator extends Object implements AsymmetricCipherKeyPairGenerator
Generates key pairs compatible with the X-Wing hybrid Key Encapsulation Mechanism (KEM).

This class produces key pairs that include both X25519 and ML-KEM-768 components, suitable for use in the X-Wing KEM as specified in the IETF draft.

See Also: