<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />

SM3Digest

public class SM3Digest : GeneralDigest
Implementation of Chinese SM3 digest as described at http://tools.ietf.org/html/draft-shen-sm3-hash-00 and at .... ( Chinese PDF )
public SM3Digest()

Standard constructor

public SM3Digest(SM3Digest t)

Copy constructor. This will copy the state of the provided message digest.