BLAKE2 / libb2

C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Creative Commons Zero v1.0 Universal
132 stars 47 forks source link

windows build fix #19

Closed ghost closed 6 years ago

sneves commented 6 years ago

Thanks!

BurningEnlightenment commented 6 years ago

if I may ask, what exactly was broken? 🤨

devnexen commented 6 years ago

Linkage issue since, if I understood correctly, it s implemented in a header (Python uses blake2 with their windows travis build this is how I spotted the issue).

sneves commented 6 years ago

SecureZeroRandom was potentially undefined without windows.h.