My Gleam status: Hating NIFs so much that I'm implementing argon2 by calling the command line program via a port. Yeah I'm a NIF hater and proud of it.
Wish I could do the same for SQLite.
Post
My Gleam status: Hating NIFs so much that I'm implementing argon2 by calling the command line program via a port. Yeah I'm a NIF hater and proud of it.
Wish I could do the same for SQLite.
Hopefully in near future we will not need external NIF for Argon2 anymore, as now it is part of OpenSSL (docs.openssl.org/3.3/man7/EVP...). So maybe it will be available from Erlang in near future.
EVP_KDF-ARGON2 - OpenSSL Docum...
A space for Bonfire maintainers and contributors to communicate