libp2p
    Preparing search index...

    Interface EnhancedKey

    interface EnhancedKey {
        cipherKey: Uint8Array;
        iv: Uint8Array;
        macKey: Uint8Array;
    }
    Index

    Properties

    Properties

    cipherKey: Uint8Array
    macKey: Uint8Array