1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-21 21:47:32 +02:00

10 lines
255 B
Go
Raw Normal View History

2019-08-26 16:53:38 +02:00
// 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.
2020-10-06 21:00:36 +11:00
// +build !amd64,!ppc64le,!s390x gccgo purego
2019-08-26 16:53:38 +02:00
package poly1305
type mac struct{ macGeneric }