Open
Description
It seems OSX has no endian.h
, but it also looks like it is not needed.
Possible solution to make sha256.cpp
compile on OSX:
Replace
Lines 9 to 12 in a8a88f8
with
#if !defined(_MSC_VER) && !defined(__APPLE__)
#include <endian.h>
#endif
Metadata
Assignees
Labels
No labels