Am 28.07.2012 02:45, schrieb Stian Pedersen:
Hi
We did a project a couple of weeks ago implementing some cryptographic
primitives in D. Just wanted to tip you guys about it. It has some basic
RSA functionality, SHA and AES. For production use it would need some
scrutiny, proper random generators etc. However if anyone wants to take
it and build on it for something, that would be cool.
https://github.com/apartridge/crypto/
This is great! I need a crypto lib and I was already resigned to
libcrypto/libssl - hopefully this library has all I need!