Re: I'll be at GOTO in Denmark

2012-08-09 Thread Paulo Pinto
On Wednesday, 8 August 2012 at 23:11:00 UTC, Walter Bright wrote: On 8/8/2012 3:32 PM, Minas Mina wrote: Will we be able to watch it online? The usual practice these days is for conference organizers to post videos of the sessions some time after the conference concludes. But I don't know

Re: D Language and Fortran DLL article

2012-08-09 Thread Minas Mina
P.S.: And I did not find any appropriate russian community website about D Language, they exists? I don't think so. There are only a few in English...

Re: D Language and Fortran DLL article

2012-08-09 Thread Maxim Fomin
On Thursday, 2 August 2012 at 20:38:45 UTC, Michael wrote: P.S.: And I did not find any appropriate russian community website about D Language, they exists? I guess there were http://dprogramming.ru but now is dead (last updated in fall 2010). However, I noticed some increase in D concern

Re: Wiki page for C bindings / wrappers and reimplementations

2012-08-09 Thread Marco Leise
Moved: http://mleise.dnsd.info/ (Note: This uses a free DynDNS service and the only free VPS host in the world. I expect occasional downtimes. ;-) ) -- Marco

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