On Sunday, 29 June 2014 at 07:19:49 UTC, Adam Wilson wrote:
On Sat, 28 Jun 2014 23:08:51 -0700, Charles
<[email protected]> wrote:
Is there a native D crypto library like Crypto++?
No. And for good reason. Building a cryptography library is an
extremely dificult proposition. Even after you've completed the
build, you still face a trust problem. You need to convince
people that your library is not subject to a myriad of
side-channel attacks. The only way to do that is to battle-test
is, which requires that people use it in the first place. The
philosophy of the D community is to binding to more trusted and
tested libraries.
I used to think th