move vendored go-ghcs-crypto to internal module

This commit is contained in:
Alan Donovan 2021-09-10 12:29:25 -04:00
parent 219a22ef12
commit efb2569d2b
69 changed files with 21755 additions and 0 deletions

View 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 }