Version 9.1.0
ONIXLabs .NET Library 9.1.0
We are excited to announce the release of ONIXLabs .NET Library version 9.1.0, now available on NuGet. This version includes new features and associated unit tests.
Numerics Updates
- Introduced new
GenericMath.Factorialmethod which computes the factorial of a given integer.
Cryptography Updates
- Added new
Hash.Computeoverloads that acceptReadOnlySpan<byte>,IBinaryConvertibleandISpanBinaryConvertible. - Added new
Saltconstructor that accepts aReadOnlySequence<byte>.