Re: dcrypt - a cryptography library written in D

2015-07-13 Thread puzzlehawk via Digitalmars-d-announce
Here it is: https://github.com/puzzlehawk/dcrypt

dcrypt - a cryptography library written in D

2015-07-13 Thread puzzlehawk via Digitalmars-d-announce
dcrypt is a cryptography library written entirely in D and a little bit D inline assembler. The library is inspired by BouncyCastle. Most important symmetric algorithms are implemented but work on asymmetric cryptography has not yet started. dcrypt is not yet ready for daily use. There's a lot