# Packages
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
# Functions
AESDecrypt AES加密 plantText 密码 key密钥 16字节,24字节,32字节 return 明文.
AESEncrypt AES加密 plantText 明文 key密钥 16字节,24字节,32字节 return 密文.
MD5 加密.
HmacMD5 加密.
HmacSHA1 加密.
Keccak256 calculates and returns the Keccak256 hash of the input data.
MD5 加密.
PKCS7Padding PKCS7填充 ciphertext 明文 blockSize 分组大小 return 填充后的明文.
PKCS7UnPadding PKCS7清理填充 ciphertext 填充后的明文 blockSize 分组大小 return 恢复后的明文.
SHA1 加密.
SHA256 加密.
# Interfaces
AESProtocal String扩展,获得AES加密方法.