You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Nice to see that AES-256 is working on AVR also. I want to implement AES-256 CBC technique for my application. So does it contain that implementation?
Can you please provide an example of these?
The text was updated successfully, but these errors were encountered:
I've implemented my own CBC implementation for XTEA-128, but I agree that this library isn't complete without block chaining modes, padding, PBKDF etc.
Also, I'd like to see more HMAC options, such as SHA-3-512.
Most importantly, this library needs a cryptographically secure RNG based on AVR hardware.
Hi!
Nice to see that AES-256 is working on AVR also. I want to implement AES-256 CBC technique for my application. So does it contain that implementation?
Can you please provide an example of these?
The text was updated successfully, but these errors were encountered: