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.Factorial
method which computes the factorial of a given integer.
Cryptography Updates
- Added new
Hash.Compute
overloads that acceptReadOnlySpan<byte>
,IBinaryConvertible
andISpanBinaryConvertible
. - Added new
Salt
constructor that accepts aReadOnlySequence<byte>
.