chickadee » openssl » string-decrypt-and-verify

string-decrypt-and-verify cipher str tag key iv #!rest optionsprocedure

Convenience procedure to perform authenticated decryption using the AEAD cipher object cipher on str, using tag, key and iv as parameters. Extra parameters are set with options. All parameters are passed to cipher-context-init! and follow its documentation. Returns the decrypted string and raises an error if verification failed.