Preparing search index...
The search index is not available
@hpke/hpke-js
@hpke/hpke-js
CipherSuiteSealResponse
Interface CipherSuiteSealResponse
The response of the single-shot seal API.
interface
CipherSuiteSealResponse
{
ct
:
ArrayBuffer
;
enc
:
ArrayBuffer
;
}
Index
Properties
ct
enc
Properties
ct
ct
:
ArrayBuffer
The ciphertext as bytes.
enc
enc
:
ArrayBuffer
The encapsulated key.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ct
enc
@hpke/hpke-js
Loading...
The response of the single-shot seal API.