You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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