gost3413 - v0.1.4
    Preparing search index...

    Function omac_acpkm_master

    • Wrapper for MAC with Advance Cryptographic Prolongation of Key Material (OMAC-ACPKM) mode

      Parameters

      • cipherClass: ACPKMConstructor

        Cipher class (see ACPKMConstructor and ACPKMClass)

      • encrypter: CipherFunc

        Encrypting function, that takes block as input

      • keySectionSize: number

        ACPKM key section size (T*)

      • sectionSize: number

        ACPKM section size (N)

      • blockSize: number

        Cipher block size

      • data: Uint8Array

        Input data

      Returns Uint8Array