mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
5eccaaceb5
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
9 lines
255 B
Go
9 lines
255 B
Go
// 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 }
|