ParBlocksSizeUser impls
This impls ParBlocksSizeUser for AES and Kuznyechik block ciphers. ParBlocksSizeUser was already impl'd for their backends, so this was a matter of copy-pasting.
This unblocks the fix for https://github.com/RustCrypto/AEADs/issues/410
No, it's meaningless to implement ParBlocksSizeUser on ciphers themselves. If you need access to explicit parallel block processing, then you SHOULD use the with_backend methods.
@newpavlov can you take a look at https://github.com/RustCrypto/AEADs/issues/410 ?
None of us can figure out how to properly do the upgrade.
@tarcieri Yes, I will try to do it this weekend.
Hi @newpavlov, a gentle nudge on this. Or would you need any help?
Seems this is not necessary