bcgit / bc-csharp

BouncyCastle.NET Cryptography Library (Mirror)
https://www.bouncycastle.org/csharp
MIT License
1.68k stars 559 forks source link

Initial implementation of Argon2 (ported from bc-java) #520

Closed roughconsensusandrunningcode closed 1 month ago

roughconsensusandrunningcode commented 9 months ago

Port of Argon2BytesGenerator, Argon2Parameters and ICharToByteConverter/PasswordConverter from bc-java, with unit tests.

peterdettman commented 1 month ago

Finally merged, with follow-up changes. Thanks for the PR.