edgeport - v1.0.3
    Preparing search index...

    Interface DirectionKeys

    Per-direction key material produced by the key schedule.

    interface DirectionKeys {
        iv: Uint8Array;
        key: Uint8Array;
        macKey: Uint8Array;
    }
    Index
    iv: Uint8Array
    key: Uint8Array
    macKey: Uint8Array