Not all blake functions have the prefix, which results in linker errors. Just putting a _cryptonite_ prefix to avoid such cases. Reason of choosing _cryptonite_ over cryptonite_ is because the exposed blake functions already have the cryptonite_ prefix, which would be a bit of a mess (to have different functions with the same name).
Not all blake functions have the prefix, which results in linker errors. Just putting a
_cryptonite_
prefix to avoid such cases. Reason of choosing_cryptonite_
overcryptonite_
is because the exposed blake functions already have thecryptonite_
prefix, which would be a bit of a mess (to have different functions with the same name).