Discuss this help topic in SecureBlackbox Forum
Performs the AEAD decryption.
Declaration
Parameters
- ADataIndex - the index of the first byte of the actual data to be read in the AssociatedData buffer.
- ADataSize - the number of bytes to be read from the AssociatedData buffer.
- AssociatedData - a buffer containing the Associated Data. The associated data is included in the calculation of the authentication tag, but is not included in the encryption process itself, and is supposed to be distributed/established outside of the AEAD encryption scheme.
- InBuffer - buffer containing the encrypted data.
- InIndex - the index of the first byte of the actual data to be read from InBuffer.
- InSize - the number of bytes to read from InBuffer.
- OutBuffer - buffer where the decrypted data is saved.
- OutIndex - the offset in OutBuffer from which to start writing.
- OutSize - the amount of free space in OutBuffer, in bytes.
Description
Use this method to decrypt data when Authenticated Encryption with Associated Data (AEAD) is used.
Discuss this help topic in SecureBlackbox Forum