Skip to content

v0.2.1

Compare
Choose a tag to compare
@gouguoyin gouguoyin released this 10 Dec 02:40
· 174 commits to main since this release
4e01ac2
  • Add support for md2 hash algorithm
  • Add support for hmac-md2 digest algorithm
  • Add support for ed25519 signature and verification #9
  • Optimize the handling of decrypted ciphertext length errors #10
  • Optimize ToBool() method judgment in verify.go
  • Rename newEncoder() to NewEncoder(), newDecoder() to NewDecoder(), newEncrypter() to NewEncrypter(), newDecrypter() to NewDecrypter()