Ranieri Althoff

Results 385 comments of Ranieri Althoff

What's the niche use case you have in mind?

> Also I don't see why someone couldn't be able to choose a synchronous function It's a matter of maintaining extra code in order to support a scenario that hasn't...

Yup, that is the major issue. Maintaining a single path has helped keep the library short and simple. It has been requested sporadically in the past #136 #254 #267 and...

@SelfhostedPro is your device running 32-bit ARM? I see that it tries to load for architecture `arm` rather than `arm64` @adamwdennis indeed, I'll try to trigger the builds again. Github...

@524c I noticed issues with the publishing of ARM64 builds for version 0.31.0 due to a bump in the minimum Node version (14 to 16)

Alpha versions released under the `next` tag will not have issues with missing binary downloads. You can try it by installing `argon2@next` with your preferred package manager, the rest of...

Should be fixed with v0.40.1

@ve3 what version of the library are you using? It was solved in the past and now it passes function name to @phc/format

You can't, [Argon2 does not support hashing without salt](https://datatracker.ietf.org/doc/html/rfc9106#name-argon2-inputs-and-outputs). The implementation of Argon2 expected in this document is not compliant [with the reference one](https://github.com/P-H-C/phc-winner-argon2/blob/master/src/core.c#L421-L434)