decryptWithIvBlocking

Decrypts the given ciphertext using the specified iv and returns the resulting plaintext as a ByteArray.

Use decryptWithIv when calling from suspending code.


Decrypts the given ciphertext using the specified iv and returns the resulting plaintext as a ByteString.

Use decryptWithIv when calling from suspending code.