Re: Yet another incomplete D cryptography library.

2012-08-15 Thread Nvirjskly
I have more stuff working now. Hopefully it will be in a fully usable state soon :)

Re: Yet another incomplete D cryptography library.

2012-08-10 Thread Regan Heath
On Thu, 09 Aug 2012 23:13:19 +0100, Nvirjskly nvirjs...@gmail.com wrote: This is a skeleton library that I decided to push out in order to motivate myself to finish it. It supports AES, and Threefish in terms of block ciphers, and SHA1. I want to implement all SHA3 finalists, fast hashes

Re: Yet another incomplete D cryptography library.

2012-08-10 Thread Russel Winder
On Fri, 2012-08-10 at 11:36 +0100, Regan Heath wrote: […] Nice work. Hopefully when the std hash/digest/crypto module(s) have been accepted into phobos you'll contribute any missing algorithms.. :) The crucial point here is that it would be nice to have one library in Phobos with all these

Re: Yet another incomplete D cryptography library.

2012-08-10 Thread Nvirjskly
On Friday, 10 August 2012 at 11:18:36 UTC, Russel Winder wrote: On Fri, 2012-08-10 at 11:36 +0100, Regan Heath wrote: […] Nice work. Hopefully when the std hash/digest/crypto module(s) have been accepted into phobos you'll contribute any missing algorithms.. :) The crucial point here is

Yet another incomplete D cryptography library.

2012-08-09 Thread Nvirjskly
This is a skeleton library that I decided to push out in order to motivate myself to finish it. It supports AES, and Threefish in terms of block ciphers, and SHA1. I want to implement all SHA3 finalists, fast hashes like murrmurr, and many more block ciphers (DES c.)

Re: Yet another incomplete D cryptography library.

2012-08-09 Thread Bystroushaak
Nice. Will you implement RSA? On 10.8.2012 00:13, Nvirjskly wrote: This is a skeleton library that I decided to push out in order to motivate myself to finish it. It supports AES, and Threefish in terms of block ciphers, and SHA1. I want to implement all SHA3 finalists, fast hashes like

Re: Yet another incomplete D cryptography library.

2012-08-09 Thread Nvirjskly
On Thursday, 9 August 2012 at 22:19:54 UTC, Bystroushaak wrote: Nice. Will you implement RSA? On 10.8.2012 00:13, Nvirjskly wrote: This is a skeleton library that I decided to push out in order to motivate myself to finish it. It supports AES, and Threefish in terms of block ciphers, and