kuznyechik - v0.1.0
    Preparing search index...

    Function decryptCBC

    • Decrypts data using Cipher Block Chaining (CBC) mode with the Kuznyechik cipher.

      Parameters

      • key: Uint8Array

        Encryption key

      • data: Uint8Array

        Data to be decrypted

      • iv: Uint8Array

        Initialization vector

      Returns Uint8Array