package
Version:
v0.0.0-...-93ce9e3
Opens a new window with list of versions in this module.
Published: Oct 23, 2024
License: GPL-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
*****************************************************************************
* 版权信息:北京人大金仓信息技术股份有限公司
* 作者:KingbaseES
* 文件名:sm3.go
* 功能描述:
* 其它说明:
修改记录:
1.修改时间:
2.修改人:
3.修改内容:
*****************************************************************************
func (sm3 *SM3) BlockSize() (size int)
BlockSize返回哈希的底层块大小 returns the hash's underlying block size.
写操作必须能够接收任何大小的数据,但如果是块大小的整数倍那将会更有效率
func (sm3 *SM3) Size() (size int)
Size返回Sum将返回的字节数
返回SM3哈希算法摘要值
Sum将当前哈希值添加到b并返回结果切片
不会改变底层哈希状态
Write(通过io.Writer接口)添加更多数据
不会返回错误
Source Files
¶
Click to show internal directories.
Click to hide internal directories.