move vendored go-ghcs-crypto to internal module
This commit is contained in:
parent
219a22ef12
commit
efb2569d2b
69 changed files with 21755 additions and 0 deletions
9
internal/crypto/poly1305/mac_noasm.go
Normal file
9
internal/crypto/poly1305/mac_noasm.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright 2018 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build !amd64,!ppc64le,!s390x gccgo purego
|
||||
|
||||
package poly1305
|
||||
|
||||
type mac struct{ macGeneric }
|
||||
Loading…
Add table
Add a link
Reference in a new issue