Documentation ¶
Overview ¶
Package sm4 为国密SM4算法(分组密码算法)的Go语言实现(推荐性国标编号: GB/T 32907-2016) 国家标准在线浏览: http://c.gb688.cn/bzgk/gb/showGb?type=online&hcno=7803DE42D3BC5E80B0C3E5D8E873D56A 原创代码: https://github.com/ZZMarquis/gm 注释: paul_lee0919@163.com 使用许可: Apache License 2.0
Index ¶
Constants ¶
View Source
const ( // BlockSize 代表以“字节”为单位核算的分组长度,折算成“比特”则为128位。 BlockSize = 16 // KeySize 代表以“字节”为单位核算的秘钥长度,折算成“比特”则为128位。 KeySize = 16 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.