@bicycle-codes/crypto-util
    Preparing search index...

    Interface LockKey

    interface LockKey {
        encPK: Uint8Array;
        encSK: Uint8Array;
        iv: Uint8Array;
        keyFormatVersion: number;
        privateKey: Uint8Array;
        publicKey: Uint8Array;
    }
    Index

    Properties

    encPK: Uint8Array
    encSK: Uint8Array
    iv: Uint8Array
    keyFormatVersion: number
    privateKey: Uint8Array
    publicKey: Uint8Array