mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-25 03:36:18 +08:00
8 lines
117 B
Go
8 lines
117 B
Go
//go:build amd64 || arm64
|
|
// +build amd64 arm64
|
|
|
|
package sm3
|
|
|
|
//go:noescape
|
|
func block(dig *digest, p []byte)
|