Skip to content

Release v0.34.0

Choose a tag to compare

@emmansun emmansun released this 30 Sep 10:04
· 554 commits to main since this release
d57142d

Notable Changes:

  • cipher: initial support gxm & mur modes in GM/T 0001.4-2024 ZUC stream cipher algorithm.
  • drbg: 增加了DRBG销毁内部状态的方法 by @Trisia in #378
  • internal/zuc: eea supports encoding.BinaryMarshaler & encoding.BinaryUnmarshaler interfaces #375
  • internal/zuc: support fast forward

@emmansun , @Trisia