@li0ard/gost - v0.1.4
    Preparing search index...

    Type Alias MACMode

    MAC mode for Cipher

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

    Properties

    Properties

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

    Compute MAC