On Saturday, 28 July 2012 at 00:45:04 UTC, Stian Pedersen wrote:
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/
I hope you are familiar with the dcrypt project -
http://www.dsource.org/projects/dcrypt . It already have cyphers
mentioned above, and digest algorithms as well, plus much more...