Skip to content

v0.10.2

Compare
Choose a tag to compare
@shinji-san shinji-san released this 30 Dec 17:52
· 131 commits to main since this release
a0f4dd2

Changed

  • FinitePoint: Use ReadOnlySpan<char> for string parameters in ctor and methods.

Deprecated

  • The Secret Legacy Mode is marked as deprecated and will be removed in one of the next releases.

Fixed

  • Fixed NETSDK1187 warning (see #151). Locale 'de-de' is normalized to the standard locale 'de-DE'.

[0.10.1] - 2023-05-08

Fixed

  • Fixed BigIntCalculator's Equals method to avoid timing attacks. The slow equal implementation is used now.