Preparing search index...
The search index is not available
Documentation
Documentation
@divviup/dap
<internal>
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
Documentation
Loading...
The response of the single-shot seal API.