pluto / ronkathon

Cryptography Educational Foundations
https://pluto.xyz/blog/ronkathon-learn-cryptography-from-first-principles
Apache License 2.0
191 stars 23 forks source link

feat: Add GCM (galois counter mode) to AES implementation #131

Closed devloper closed 4 months ago

devloper commented 4 months ago

A basic implementation of GHASH and AAD would be insightful

devloper commented 4 months ago

duplicate of #128