Closed simonjbeaumont closed 2 months ago
We have AES support in _CryptoExtras for CBC, CTR, and GCM-SIV modes; but we do not have support for CFB.
_CryptoExtras
New API added to support AES-CFB.
Thanks @Lukasa I just push an update that renamed Nonce to IV, throughout. Otherwise no changes since your review. I'll leave it with you to merge whenever it's a good time.
Nonce
IV
Motivation
We have AES support in
_CryptoExtras
for CBC, CTR, and GCM-SIV modes; but we do not have support for CFB.Modifications
Result
New API added to support AES-CFB.