Skip to content

v1.1.1

Compare
Choose a tag to compare
@kuafuRace kuafuRace released this 01 Sep 01:34
· 100 commits to master since this release
  • [refactor] Symmetric encryption algorithms changed from ByXXX(cipher.XXXCipher) to ByXXX(*cipher.XXXCipher)

  • [refactor] Change toolkit package name from utils to util

  • [refactor] Encoding/decoding, encryption/decryption, Hash/Hmac, signature/verification support true streaming processing

  • [refactor] When input data is empty, return empty data directly without executing subsequent operations

  • [feat] Add ED25519 digital signature and verification support

  • [feat] Add SM3 hash algorithm support

  • [feat] Add mock/hash.go to simulate errors in hash.Hash interface

  • [feat] coding/morse/morse.go adds support for spaces, punctuation, and special characters