My choice to pick Go over D ( and Rust ), mostly non-technical
Adam D. Ruppe
destructionator at gmail.com
Tue Feb 6 20:55:31 UTC 2018
On Tuesday, 6 February 2018 at 20:25:22 UTC, Ralph Doncaster
wrote:
> The opencl package in dub is a crude wrapper around the
> original C API. I couldn't find any sha lib, so I've started
> porting a reference sha3 implementation from C.
Don't port libraries like that, just call them directly. Porting
crypto stuff is just asking for bugs and there's fairly little
benefit over just calling them.
More information about the Digitalmars-d
mailing list