v1.1.1
-
[refactor] Symmetric encryption algorithms changed from
ByXXX(cipher.XXXCipher)
toByXXX(*cipher.XXXCipher)
-
[refactor] Change toolkit package name from
utils
toutil
-
[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 inhash.Hash
interface -
[feat]
coding/morse/morse.go
adds support for spaces, punctuation, and special characters