RĂ¼diger Asche wrote at 04/15/2012 11:13 AM:
in my Racket code, I need to crypt/decrypt chunks of data using the AES algorithm.

I call "openssl" executable from Racket for most crypto algorithms.

"openssl" is used widely, it's fast, and I can keep the native code in separate host processes (for security/reliability, and for removing some load from a Racket host process).

I'm sure the protocols could be implemented in pure Racket code, and using Racket's new-ish numerical optimizations features, but then I'd have to audit.

Neil V.

--
http://www.neilvandyke.org/

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to