No-throw api for AES128?

Daniel Fricot <[email protected]> Mon, 9 Jan 2023 02:53:37 -0800 (PST)
Newsgroups gmane.comp.encryption.cryptopp
Message-ID <[email protected]>
Is there a no-throw api for AES128? Currently, I am using 
CryptoPP::StreamTransformationFilter for AES128 which may throw 
CryptoPP::InvalidCiphertext. This is not an error of course, it is expected 
behavior but our coding guidelines prefer no-throw api's. All throws (even 
catched throws) are logged in our application and we want to keep this to a 
minimum.
Thanks,
Daniel

-- 
You received this message because you are subscribed to the Google Groups "Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion on the web visit https://groups.google.com/d/msgid/cryptopp-users/d5a34418-8d44-46df-a625-3c221216cdd5n%40googlegroups.com.