Skip to content

Version 9.1.0

Compare
Choose a tag to compare
@MrMatthewLayton MrMatthewLayton released this 23 Jul 13:36
· 14 commits to main since this release

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 accept ReadOnlySpan<byte>, IBinaryConvertible and ISpanBinaryConvertible.
  • Added new Salt constructor that accepts a ReadOnlySequence<byte>.