gmsm/sm3/sm3blocks_ppc64x.go

11 lines
262 B
Go
Raw Normal View History

2024-09-05 12:55:13 +08:00
// Copyright 2024 Sun Yimin. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
//go:build (ppc64 || ppc64le) && !purego
package sm3
//go:noescape
func transposeMatrix(dig **[8]uint32)