You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a potential security issue for the library.
I briefly inspected the source code and saw that Cryptonite is being used for hashing, HMAC, and key derivation. libsecp256k1 implements some hashing and HMAC functions, but not all the necessary functionality for this lib.
Yet, I believe there's no cryptographic library in Haskell on par with Cryptonite.
The text was updated successfully, but these errors were encountered:
crypton is a fork of cyrptonite. I still prefer that we move to botan. The botan bindings are maturing, and there’s a possibility that the developers decide to expose an API similar to that of cyrptonite, in order to make the transition of packages like this one straightforward. I will close this ticket for now, as the cryptonite dependency has been removed.
I just learned that Cryptonite's repo was archived last year.
This is a potential security issue for the library.
I briefly inspected the source code and saw that Cryptonite is being used for hashing, HMAC, and key derivation.
libsecp256k1
implements some hashing and HMAC functions, but not all the necessary functionality for this lib.Yet, I believe there's no cryptographic library in Haskell on par with Cryptonite.
The text was updated successfully, but these errors were encountered: