Versions in this module Expand all Collapse all v1 v1.0.0 May 26, 2022 Changes in this version + func New() hash.Hash + func Sm3Sum(data []byte) []byte + func Sum(hash, data []byte) + func Sum256(data []byte) (digest [32]byte) + type SM3 struct + func (sm3 *SM3) BlockSize() int + func (sm3 *SM3) Reset() + func (sm3 *SM3) Size() int + func (sm3 *SM3) Sum(in []byte) []byte + func (sm3 *SM3) Write(p []byte) (int, error)