Re: Announcing TitaniumD - A D Binding for the Botan Cryptography Library

2014-05-01 Thread Adam Wilson via Digitalmars-d-announce
On Thu, 01 May 2014 14:55:05 -0700, brad clawsie wrote: Adam, this is very cool! do you have any examples showing its use? In particular, examples highlighting D code using AES and SHA libs thanks! brad You're welcome. There are no example yet. And the build script only supports Window

Re: Announcing TitaniumD - A D Binding for the Botan Cryptography Library

2014-05-01 Thread brad clawsie via Digitalmars-d-announce
Adam, this is very cool! do you have any examples showing its use? In particular, examples highlighting D code using AES and SHA libs thanks! brad

Re: Announcing TitaniumD - A D Binding for the Botan Cryptography Library

2014-05-01 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 4/30/14, 6:28 PM, Adam Wilson wrote: [snip] http://www.reddit.com/r/programming/comments/24gpb9/titaniumd_a_d_binding_for_the_botan_cryptography/ https://www.facebook.com/dlang.org/posts/839257452754604?stream_ref=10 https://hn.algolia.com/#!/story/forever/0/titaniumd https://twitter.com/D_

Announcing TitaniumD - A D Binding for the Botan Cryptography Library

2014-04-30 Thread Adam Wilson via Digitalmars-d-announce
Hello Fellow D'ers, I'd like to announce TitaniumD, a binding for D to the Botan Cryptography Library. Botan is an open-source cryptography library written in C++11 and makes extensive use of the C++ Standard Library in it's API. Titanium is a PIMPL around the Botan API designed to make int