I am researching options for a major project which needs various cryptography 
functions.  We want to implement TLS with ourselves as the only certificate 
authority, establish a web of trust, and also encrypt and sign individual 
files.  I see that there is an OpenSSL module in Racket so that's an option.  I 
thought I saw an NaCl module a while back but now I can't find it. Maybe I'm 
mistaken.  What I did find was two different projects on Github which provide 
language bindings for Racket to libsodium.  Neither have much documentation so 
I am wondering if they are ready for a major project and if so, which one 
should I use?

They are:
https://github.com/mgorlick/CRESTaceans/tree/master/bindings/libsodium
https://github.com/tonyg/racl/tree/master

I also see references to another one called natrium but there are only broken 
links.  

James

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to