Re: AES in GNU APL

2023-09-01 Thread Dr . Jürgen Sauermann
Hi Robin, thanks a lot for sharing it. Have a nice weekend, Jürgen On 8/28/23 04:57, Robin Haberkorn wrote: Hello everyone! Here's a complete implementation of AES in GNU APL, that I thought might be worth sharing: https://gist.github.com/rhaberkorn/78a982dbd49bc896175607289507cb64

AES in GNU APL

2023-08-27 Thread Robin Haberkorn
Hello everyone! Here's a complete implementation of AES in GNU APL, that I thought might be worth sharing: https://gist.github.com/rhaberkorn/78a982dbd49bc896175607289507cb64 It's purely educational and written to be as close to the FIPS 197 standard as possible. In fact, this was a c