mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 01:52:30 +00:00
Use mod vendor for vendored directory (backwards compatible)
This commit is contained in:
4
vendor/golang.org/x/crypto/poly1305/sum_amd64.go
generated
vendored
4
vendor/golang.org/x/crypto/poly1305/sum_amd64.go
generated
vendored
@@ -6,10 +6,8 @@
|
||||
|
||||
package poly1305
|
||||
|
||||
// This function is implemented in poly1305_amd64.s
|
||||
|
||||
// This function is implemented in sum_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