Skip to content

Releases: HMBSbige/CryptoBase

1.7.2

17 May 12:19
1.7.2
4234e81
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.1...1.7.2

1.7.1

12 Feb 09:55
1.7.1
aee6a10
Compare
Choose a tag to compare

Dependencies:

Features:

Housekeeping:

Performance:

Refactoring:

Style Changes:

1.6.0

09 Nov 09:35
985190e
Compare
Choose a tag to compare

Dependencies:

Fixes:

Housekeeping:

Performance:

1.5.1

28 Jul 13:44
d97996f
Compare
Choose a tag to compare

Fixes:

1.5.0

28 Jul 08:28
67d1775
Compare
Choose a tag to compare

Features:

Housekeeping:

Other:

Performance:

1.4.0

21 Jul 04:35
5c23128
Compare
Choose a tag to compare

Features:

  • Add SHA256/SHA384/SHA512
  • Add HMAC

Breaking Changes:

  • Add IDisposable for IHash
  • Change namespaces for Hextensions, *CryptoCreate
  • Obsolete ThreadLocal<T>, use DigestUtils.Create(DigestType) instead

1.3.1

12 Jul 01:58
c970f33
Compare
Choose a tag to compare
  • Support Span<byte>.ToBase32String()

1.3.0

07 Jul 02:18
58785cb
Compare
Choose a tag to compare
  • Revert RC4 changes for AMD CPU
  • Add CpuIdUtils
  • Data format extensions
    • Full support for Hex
    • Add support for Base32

1.2.3

30 Apr 09:00
b36fb8b
Compare
Choose a tag to compare
  • Improve performance for RC4

1.2.2

01 Apr 01:31
5711a77
Compare
Choose a tag to compare
  • Fix StackOverflowException for ToHex()
  • Add GetDeterministicHashCode() and GetClassicHashCode(), stable hash code for string in .NET 5.0