Documentation ¶
Overview ¶
Package sm3 为国密SM3算法的Go语言实现(推荐性国标编号: GB/T 32905-2016) 原创代码: https://github.com/ZZMarquis/gm 注释: paul_lee0919@163.com 所适用的软件使用许可: Apache License 2.0
Index ¶
Constants ¶
View Source
const ( // Size 代表SM3哈希摘要以“字节”为计量单位核算的长度。 Size = 32 // BlockSize 代表迭代压缩前,输入消息分组时,长度相等的分组数据块以“字节”为计量单位核算的长度。 BlockSize = 64 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.