Re: dcrypt - a cryptography library written in D

2015-07-14 Thread via Digitalmars-d-announce
On Monday, 13 July 2015 at 15:49:39 UTC, puzzlehawk wrote: 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

Re: dcrypt - a cryptography library written in D

2015-07-14 Thread Dmitry Olshansky via Digitalmars-d-announce
On 14-Jul-2015 10:07, Marc =?UTF-8?B?U2Now7x0eiI=?= schue...@gmx.net wrote: On Monday, 13 July 2015 at 15:49:39 UTC, puzzlehawk wrote: [snip] Also, in 2.068 there will be an optional enum `blockSize` (in bits) for the hash algorithms, for use with the newly added std.digest.hmac. Your library

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Jonathan M Davis via Digitalmars-d-announce
On Monday, 13 July 2015 at 18:11:21 UTC, Adam D. Ruppe wrote: On Monday, 13 July 2015 at 18:07:25 UTC, Jonathan M Davis wrote: Now, with a name like that, will it be able _en_crypt as well? ;) encrypt - a cryptography library written in English LOL. - Jonathan M Davis

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Steven Schveighoffer via Digitalmars-d-announce
On 7/13/15 2:11 PM, Adam D. Ruppe wrote: On Monday, 13 July 2015 at 18:07:25 UTC, Jonathan M Davis wrote: Now, with a name like that, will it be able _en_crypt as well? ;) encrypt - a cryptography library written in English Better would be something that takes any stream of bytes and

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Jonathan M Davis via Digitalmars-d-announce
On Monday, 13 July 2015 at 15:49:39 UTC, puzzlehawk wrote: dcrypt is a cryptography library written entirely in D and a little bit D inline assembler. Now, with a name like that, will it be able _en_crypt as well? ;) - Jonathan M Davis

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Adam D. Ruppe via Digitalmars-d-announce
On Monday, 13 July 2015 at 18:07:25 UTC, Jonathan M Davis wrote: Now, with a name like that, will it be able _en_crypt as well? ;) encrypt - a cryptography library written in English

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

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread noname via Digitalmars-d-announce
On Monday, 13 July 2015 at 15:55:08 UTC, Dejan Lekic wrote: And source is where? :) Is this one? https://github.com/Etherous/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

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Dejan Lekic via Digitalmars-d-announce
And source is where? :)

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Dmitry Olshansky via Digitalmars-d-announce
On 13-Jul-2015 18:49, puzzlehawk wrote: dcrypt is a cryptography library written entirely in D and a little bit D inline assembler. The library is inspired by BouncyCastle. I sure hope it's not the API part of BC. Most important symmetric algorithms are implemented but work on asymmetric

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Nina via Digitalmars-d-announce
On Monday, 13 July 2015 at 19:35:32 UTC, Steven Schveighoffer wrote: On 7/13/15 2:11 PM, Adam D. Ruppe wrote: On Monday, 13 July 2015 at 18:07:25 UTC, Jonathan M Davis wrote: Now, with a name like that, will it be able _en_crypt as well? ;) encrypt - a cryptography library written in English

Re: dcrypt - a cryptography library written in D

2015-07-13 Thread Jonathan M Davis via Digitalmars-d-announce
On Monday, 13 July 2015 at 19:35:32 UTC, Steven Schveighoffer wrote: On 7/13/15 2:11 PM, Adam D. Ruppe wrote: On Monday, 13 July 2015 at 18:07:25 UTC, Jonathan M Davis wrote: Now, with a name like that, will it be able _en_crypt as well? ;) encrypt - a cryptography library written in English