Closed fire closed 10 months ago
https://github.com/BLAKE3-team/BLAKE3
We wanted to reduce external dependencies.
URO uses bcrypt because it's the industry standard.
BLAKE2 in Erlang/OTP https://www.erlang.org/doc/man/crypto.html
Is it possible to pick a KDF that is reputable and is in the openssl standard library of erlang?
I believe that blake3 can also be used for KDF hashing and it is in the Erlang hex.pm online library.
https://github.com/Thomas-Jean/blake3
Closing because lack of resources. Use what is usable. I'm testing on Linux.
Context and Problem Statement
https://github.com/BLAKE3-team/BLAKE3
We wanted to reduce external dependencies.
Describe the proposed option and how it helps to overcome the problem or limitation
URO uses bcrypt because it's the industry standard.
BLAKE2 in Erlang/OTP https://www.erlang.org/doc/man/crypto.html
Is it possible to pick a KDF that is reputable and is in the openssl standard library of erlang?
I believe that blake3 can also be used for KDF hashing and it is in the Erlang hex.pm online library.
https://github.com/Thomas-Jean/blake3