You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the best solution is to remove openssl as a dependency and just directly implement sha256 here (200-300 lines of code), and there are a bunch of C public domain implementations out there
when running make I get:
according to: https://www.anintegratedworld.com/mac-osx-fatal-error-opensslsha-h-file-not-found you can install openssl with
brew install openssl
(which I already had) but then you need to create the symlink like:not sure if the readme should updated for mac users
The text was updated successfully, but these errors were encountered: