Skip to content

v0.6.0

Compare
Choose a tag to compare
@shinji-san shinji-san released this 25 Nov 16:06
· 449 commits to develop since this release
994887f

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