Table of Contents

Class FrodoKEMExtractor

Namespace
Org.BouncyCastle.Pqc.Crypto.Frodo
Assembly
BouncyCastle.Cryptography.dll
public class FrodoKEMExtractor : IEncapsulatedSecretExtractor
Inheritance
FrodoKEMExtractor
Implements
Inherited Members

Constructors

FrodoKEMExtractor(FrodoKeyParameters)

public FrodoKEMExtractor(FrodoKeyParameters privParams)

Parameters

privParams FrodoKeyParameters

Properties

EncapsulationLength

The length in bytes of the encapsulation.

public int EncapsulationLength { get; }

Property Value

int

Methods

ExtractSecret(byte[])

Generate an exchange pair based on the recipient public key.

public byte[] ExtractSecret(byte[] encapsulation)

Parameters

encapsulation byte[]

the encapsulated secret.

Returns

byte[]