Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Interface MLDSAKeypairData

    Internal type for ML-DSA keypair generation result.

    interface MLDSAKeypairData {
        publicKey: Uint8Array;
        secretKey: Uint8Array;
    }
    Index

    Properties

    Properties

    publicKey: Uint8Array
    secretKey: Uint8Array