haskell-crypto / cryptonite

lowlevel set of cryptographic primitives for haskell
Other
226 stars 139 forks source link

Linker complaints #349

Closed iquerejeta closed 3 years ago

iquerejeta commented 3 years ago

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).

vincenthz commented 3 years ago

thanks, merged after fixing the 2 last renaming issues in the the bp and sp versions