On Tuesday, 18 February 2025 at 10:20:44 UTC, Dejan Lekic wrote:
On Wednesday, 12 February 2025 at 00:20:02 UTC, Andy Valencia
wrote:
I was wondering about an @safe dlang version of AES, and just
couldn't find one. (Well, there was one, but without any of
I am guessing you probably saw the "crypto" package and it does
not work the way you want it, right? Link:
https://github.com/shove70/crypto
I explicitly wanted @safe, and thus @system and pointer mechanics
must be avoided. But it's a very tidy implementation, and I've
added it to my collection. Thank you!
Andy