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

    Type Alias GMACMode

    GMAC mode for Cipher

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

    Properties

    Properties

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

    Compute MAC