package
Version:
v0.0.0-...-ce51046
Opens a new window with list of versions in this module.
Published: Dec 8, 2022
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func BytesCombine(pBytes ...[]byte) []byte
BytesCombine 多个[]byte数组合并成一个[]byte
func TestEncryptDecrypt()
测试AES ECB 加密解密
func TestEncryptDecrypt_v2()
测试AES ECB 加密解密
type AesTool struct {
Key []byte
BlockSize int
}
AES ECB模式的加密解密
Source Files
¶
Click to show internal directories.
Click to hide internal directories.