Login
From:
Bitfield Consulting
(Uncensored)
subscribe
Implementing AES in Go — Bitfield Consulting
https://bitfieldconsulting.com/posts/cryptography-aes-implementation
links
backlinks
Roast topics
Find topics
Find it!
The AES cipher is complicated in principle, but the code isn’t all that scary in practice. Let’s take a look at the implementation in the Go standard library. Even I can understand it!