@blockchaincommons/components - v1.0.0-beta.4
Preparing search index...
pq
MLKEMKeypairData
Interface MLKEMKeypairData
Internal type for ML-KEM keypair generation result.
interface
MLKEMKeypairData
{
publicKey
:
Uint8Array
;
secretKey
:
Uint8Array
;
}
Index
Properties
public
Key
secret
Key
Properties
public
Key
publicKey
:
Uint8Array
The public key bytes.
secret
Key
secretKey
:
Uint8Array
The secret key bytes.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
public
Key
secret
Key
@blockchaincommons/components - v1.0.0-beta.4
Loading...
Internal type for ML-KEM keypair generation result.