@li0ard/dstu - v0.1.8
    Preparing search index...

    Type Alias GMACMode

    GMAC mode for Cipher

    type GMACMode = {
        compute: (
            msg: TArg<Uint8Array>,
            aad?: TArg<Uint8Array>,
        ) => TRet<Uint8Array>;
    }
    Index

    Properties

    Properties

    compute: (msg: TArg<Uint8Array>, aad?: TArg<Uint8Array>) => TRet<Uint8Array>

    Compute MAC