Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
Preparing search index...
MLDSAKeypairData
Interface MLDSAKeypairData
Internal type for ML-DSA keypair generation result.
interface
MLDSAKeypairData
{
publicKey
:
Uint8Array
;
secretKey
:
Uint8Array
;
}
Index
Properties
public
Key
secret
Key
Properties
public
Key
publicKey
:
Uint8Array
secret
Key
secretKey
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
public
Key
secret
Key
Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
Loading...
Internal type for ML-DSA keypair generation result.