ektrah / nsec

A modern and easy-to-use cryptographic library for .NET 8+ based on libsodium
https://nsec.rocks
MIT License
374 stars 52 forks source link

NuGet release/prerelease builds? #62

Closed matt-psaltis closed 2 years ago

matt-psaltis commented 2 years ago

Hi, I came across this library today and was wondering if updated NuGet packages are hiding somewhere?

ektrah commented 2 years ago

Actually not that much happened since 20.11.0-preview1, except for the password-based KDFs currently being moved from the experimental package to the main package. You can find a build of the experimental package under Releases. I’m planning to make a new prerelease (and eventually a release) of the main package once the move is complete.

matt-psaltis commented 2 years ago

Awesome thanks for that! It was the KDFs that was of interest and given the time since the last release just wondered if I was missing something :)