[racket] AES encryption/decryption support in Racket?...
I've been using the "crypto" library of Dimitris Vyzovitis, which is
also based on openssl. It hasn't been updated for a while, but works
fine with symmetric algorithms.
Best,
Erich
On Sun, 15 Apr 2012 17:13:00 +0200
Rüdiger Asche <rac at ruediger-asche.de> wrote:
> Hi there,
>
> in my Racket code, I need to crypt/decrypt chunks of data using the
> AES algorithm. I couldn't find anything in the docs about encryption
> support; did I miss something or hasn't this been done yet? If it
> has, does anyone have a pointer?
>
> Thanks!