std.digest can't CTFE?
Kagamin
spam at here.lot
Fri Jun 1 08:50:19 UTC 2018
On Friday, 1 June 2018 at 08:37:33 UTC, Johannes Pfau wrote:
> I don't know if anything changed in this regard since
> std.digest was written some time ago. But if you get the
> std.bitmanip nativeTo*Endian and *EndianToNative functions to
> work in CTFE, std.digest should work as well.
Standard cryptographic algorithms are by design not dependent on
endianness, rather they set on a specific endianness.
More information about the Digitalmars-d
mailing list