Class XWingKEMExtractor

java.lang.Object
org.bouncycastle.pqc.crypto.xwing.XWingKEMExtractor
All Implemented Interfaces:
EncapsulatedSecretExtractor

public class XWingKEMExtractor extends Object implements EncapsulatedSecretExtractor
Implements the decapsulation process of the X-Wing hybrid Key Encapsulation Mechanism (KEM).

This class allows the recipient to derive the shared secret from a given ciphertext using their private key, as defined in the X-Wing KEM specification.

See Also: