sm3

package
v0.0.0-...-93ce9e3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 23, 2024 License: GPL-2.0 Imports: 2 Imported by: 0

Documentation

Overview

***************************************************************************** * 版权信息:北京人大金仓信息技术股份有限公司

* 作者:KingbaseES

* 文件名:sm3.go

* 功能描述:

* 其它说明:

  • 修改记录: 1.修改时间:

    2.修改人:

    3.修改内容:

*****************************************************************************

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() (value hash.Hash)

创建哈希计算实例

func Sm3Sum

func Sm3Sum(data []byte) (bytes []byte)

Types

type SM3

type SM3 struct {
	// contains filtered or unexported fields
}

func (*SM3) BlockSize

func (sm3 *SM3) BlockSize() (size int)

BlockSize返回哈希的底层块大小 returns the hash's underlying block size. 写操作必须能够接收任何大小的数据,但如果是块大小的整数倍那将会更有效率

func (*SM3) Reset

func (sm3 *SM3) Reset()

Reset清除状态缓冲区

func (*SM3) Size

func (sm3 *SM3) Size() (size int)

Size返回Sum将返回的字节数

func (*SM3) Sum

func (sm3 *SM3) Sum(in []byte) (out []byte)

返回SM3哈希算法摘要值 Sum将当前哈希值添加到b并返回结果切片 不会改变底层哈希状态

func (*SM3) Write

func (sm3 *SM3) Write(p []byte) (toWrite int, err error)

Write(通过io.Writer接口)添加更多数据 不会返回错误

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL