Documentation
¶
Overview ¶
Package sm3 implements the SM3 hash algorithm as defined in GB/T 32918.1-2016.
SM3 is a Chinese national standard hash algorithm that produces a 256-bit hash value. It is designed to be secure and efficient for various cryptographic applications.
Index ¶
Constants ¶
View Source
const ( // Size is the size of an SM3 checksum in bytes. Size = 32 // BlockSize is the blocksize of SM3 in bytes. BlockSize = 64 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.