mirror of
https://github.com/rclone/rclone.git
synced 2026-01-06 10:33:34 +00:00
Update dependencies pre release
This commit is contained in:
6
vendor/golang.org/x/crypto/poly1305/sum_amd64.go
generated
vendored
6
vendor/golang.org/x/crypto/poly1305/sum_amd64.go
generated
vendored
@@ -2,12 +2,14 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build amd64,!gccgo,!appengine,go1.7
|
||||
// +build amd64,!gccgo,!appengine
|
||||
|
||||
package poly1305
|
||||
|
||||
// This function is implemented in sum_amd64.s
|
||||
// This function is implemented in poly1305_amd64.s
|
||||
|
||||
//go:noescape
|
||||
|
||||
func poly1305(out *[16]byte, m *byte, mlen uint64, key *[32]byte)
|
||||
|
||||
// Sum generates an authenticator for m using a one-time key and puts the
|
||||
|
||||
Reference in New Issue
Block a user