Skip to content

v0.23.0

Compare
Choose a tag to compare
@emmansun emmansun released this 09 Nov 09:14
· 660 commits to main since this release
e373ac7

Notable Changes:

  • Upgrade dependencies (golang.org/x/sys v0.14.0 & golang.org/x/crypto v0.15.0), this requires Go v1.18+.
  • Change interface{} to any, and remove "+build" build tag.
  • 切片直接转数组指针.
  • internal/subtle xor 简化代码,去除重复.
  • arm64: Change VMOV to VDUP, duplicate value in general-purpose register to vector.
  • smx509: optimize the performance of checkSignature.
  • zuc: arm64 eia, uses VDUP/VMOVQ/VTBL to optimize the performance.

Requires Go v1.18+ since v0.23.0!