Re: [racket-users] Cryptography routines in Racket

2017-12-31 Thread Ryan Culpepper
I have a crypto library in progress that I haven't released yet. The repo is at https://github.com/rmculpepper/crypto, but the repo is missing a lot of local commits and I won't be able to fix it until mid-January. If you want to try out the old version, you'll also need asn1-lib from

Re: [racket-users] Cryptography routines in Racket

2017-12-31 Thread Neil Van Dyke
I've had to do a lot of various crypto tools stuff from Racket (for consulting projects for which writing and validating a pure Racket implementation couldn't be cost-justified), and usually created separate Linux processes for off-the-shelf programs. The "openssl" basket contains a lot of

[racket-users] Cryptography routines in Racket

2017-12-31 Thread Christopher Lemmer Webber
Hello all, So I've been making a lot of progress in porting my tooling over to Racket, and it's been a blast. Horray! However, I do a lot of work on stuff that involves using quite a bit of cryptography, and it doesn't seem that there's a general purpose cryptography library available for