Skip to content

Releases: HMBSbige/CryptoBase

3.1.2

04 Dec 04:58
3.1.2
71beb38

Choose a tag to compare

What's Changed

  • perf: faster XTS implementation

Full Changelog: 3.1.1...3.1.2

3.1.1

03 Dec 11:10
3.1.1
194c0b9

Choose a tag to compare

What's Changed

  • perf: faster AES software implementation
  • perf: faster XTS implementation

Full Changelog: 3.1.0...3.1.1

3.1.0

03 Dec 06:00
3.1.0
fa9a11c

Choose a tag to compare

What's Changed

  • refactor: IBlock16Cipher for improved performance
  • perf: fix xts mode

Full Changelog: 3.0.0...3.1.0

3.0.0

02 Dec 10:53
3.0.0
8712ed9

Choose a tag to compare

What's Changed

  • refactor: IBlockCrypto → IBlock16Cipher for improved performance across all block ciphers
  • feat: enhanced CRC32C implementation
  • perf: increased throughput in XTS mode with multi-block parallel processing
  • feat: Add AES ARM implementation

Full Changelog: 2.0.0...3.0.0

2.0.0

11 Nov 16:37
2.0.0
317305c

Choose a tag to compare

What's Changed

  • refactor: reorganize project structure
  • feat: Add AES-XTS support wiki:XTS
  • perf: add AVX512 for chacha20、chacha20 original、xchacha20、salsa20、xsalsa20 and ctr mode
  • perf: faster aes x86
  • perf: add Pclmulqdq/AVX2 and Pclmulqdq/AVX512 for ghash (gcm mode)
  • fix: ctr128 mode (96f0544)
  • breaking: remove cbc mode
  • Convert pointer methods to modern .NET Core APIs - Complete Conversion with Unsafe.As Optimization by @Copilot in #97
  • Implement SM4Utils.Decrypt4/8/16 and add unit tests by @Copilot in #101
  • Prevent counter reuse in SnuffleCrypto implementations by @Copilot in #103
  • Upgrade to .NET 10 by @HMBSbige in #104

Full Changelog: 1.7.2...2.0.0

1.7.2

17 May 12:19
1.7.2
4234e81

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

Choose a tag to compare

Dependencies:

Features:

Housekeeping:

Performance:

Refactoring:

Style Changes:

1.6.0

09 Nov 09:35
985190e

Choose a tag to compare

Dependencies:

Fixes:

Housekeeping:

Performance:

1.5.1

28 Jul 13:44
d97996f

Choose a tag to compare

Fixes:

1.5.0

28 Jul 08:28
67d1775

Choose a tag to compare

Features:

Housekeeping:

Other:

Performance: