Click or drag to resize

Hpke Class

Hybrid Public Key Encryption functions (HPKE)
Inheritance Hierarchy
SystemObject
  CryptoSysPKIHpke

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public class Hpke

The Hpke type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCode exampleDerivePrivateKey Derive an EC private key in a deterministic manner from input keying material using the DeriveKeyPair algorithm in RFC9180.
Public methodStatic memberCode exampleLabeledExpand Compute the output of the LabeledExpand function as defined in RFC9180.
Public methodStatic memberCode exampleLabeledExtract Compute the output of the LabeledExtract function as defined in RFC9180.
Top
See Also