v0.10.2
Changed
- FinitePoint: Use
ReadOnlySpan<char>
forstring
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.