Currently,the only available ae mode for wide block cipher is eax combined 
with cmac. However, this mode needs two calls for a message: one call for 
enc/dec , and one call for cmac(or any other mac scheme). Furthermore, eax 
doesn't support parallel at all.
To my knowledge, the Motorist mode from keyak scheme can be an awesome 
alternative with some features listed below:
One call to the permutation f
Can be applied to any fixed-length permutation f
In-place encryption and decryption 
and more...
Any interest?

Ref:
https://keccak.team/files/Keyakv2-doc2.2.pdf

-- 
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 cryptopp-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/cryptopp-users/68786e59-0b72-4f64-884c-25686c250f71n%40googlegroups.com.

Reply via email to