v0.6.0
Added
- Add .NET 6 support
Changed
- Use RandomNumberGenerator class instead RNGCryptoServiceProvider class to create the polynomial. For details see dotnet runtime issue 40169
Fixed
- Fixed bug #60 "Reconstruction fails at random" which occurs when the secret is created from a base64 string
Removed
- Removed .NET Core 2.1 (LTS) support