-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[new release] argon2 (1.0.2) #24314
[new release] argon2 (1.0.2) #24314
Conversation
CHANGES: - fix wrong length of hash encoded (Khady/ocaml-argon2#5)
this seems to be missing a |
Hi! Any way we can help out to get this merge? It resolves not only the issue with argon2 not working on OS X but also with Nix |
Co-authored-by: Thomas Gazagnaire <[email protected]>
I’ve added the depexts for the systems I know about |
There seems to be linking issues though:
|
@Khady could you have a look at the linking issue?
Is this expected? |
I'm merging the PR anyway as it seems to fix user issues (from @MarcCoquand report). But feel free to investigate why one reverse dependency is broken :-) |
the linking issue is not expected. It is being tracked in Khady/ocaml-argon2#13 |
may the linking issue be related / identical to https://discuss.ocaml.org/t/how-to-properly-define-a-library-with-c-bindings/14419/5 ? (I've no clue, and am not sure whether argon uses ctypes) |
OCaml bindings to Argon2