dd86k / blake2-d

Pure D implementation of BLAKE2 + DUB package
https://code.dlang.org/packages/blake2-d
Boost Software License 1.0
7 stars 1 forks source link

Redo structure template #5

Closed dd86k closed 2 years ago

dd86k commented 2 years ago

Currently, because of the (rather silly) use of an enum for a structure template parameter, I cannot make inner_t types available outside the scope for compile-time keyed input.

The new idea would be:

I think you get the idea. I'll do this on my free time.

dd86k commented 2 years ago

Done in v0.3.0