cheatfate / nimcrypto

Nim cryptographic library
MIT License
188 stars 23 forks source link

Add support for Argon2 #64

Open PMunch opened 1 year ago

PMunch commented 1 year ago

I'm doing some maintenance on libkeepass as I want to add support for the new KDBX4 format. As part of this I migrated from nimAES and nimSHA2 to nimcrypto, but for KDBX4 I also need Argon2. Are there any plans for adding Argon2 support to this library?

cheatfate commented 6 months ago

Sorry for long response, but yeah now i can say argon2 will be supported https://github.com/cheatfate/nimcrypto/pull/74