MCPcopy
hub / github.com/duke-git/lancet / sm3Digest

Struct sm3Digest

cryptor/gm_sm3.go:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type sm3Digest struct {
24 h [8]uint32
25 x [sm3BlockSize]byte
26 nx int
27 len uint64
28}
29
30// Sm3 returns a new hash.Hash computing the SM3 checksum.
31// Play: https://go.dev/play/p/zDAQpteAiOc

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected