Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
Preparing search index...
MLKEMEncapsulationResult
Interface MLKEMEncapsulationResult
Internal type for ML-KEM encapsulation result.
interface
MLKEMEncapsulationResult
{
sharedSecret
:
Uint8Array
;
ciphertext
:
Uint8Array
;
}
Index
Properties
shared
Secret
ciphertext
Properties
shared
Secret
sharedSecret
:
Uint8Array
ciphertext
ciphertext
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
shared
Secret
ciphertext
Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
Loading...
Internal type for ML-KEM encapsulation result.