Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@gouguoyin gouguoyin released this 22 Nov 07:29
· 6 commits to main since this release
  • Allow custom alphabet for ByBase62 #18
  • Add WithKey(key []byte) and WithIV(iv []byte) method for Cipher struct
  • Change privateKey and publicKey type from interface to []byte for ByEd25519,ByRsa
  • Change key and iv type from interface to []byte for ByAes,ByDes,By3des,ByBlowfish
  • Change key type from interface to []byte for ByHmacMd2,ByHmacMd4,ByHmacMd5,ByHmacSha1,ByHmacSha3,ByHmacSha224,ByHmacSha256,ByHmacSha384,ByHmacSha512,ByHmacRipemd160,ByHmacSm3
  • Remove Chinese annotations