Files
cloudflared/vendor/golang.org/x/crypto/blake2b/go125.go
T
MiguelMarcelino ae3799a098
Check / check (1.22.x, macos-latest) (push) Has been cancelled
Check / check (1.22.x, ubuntu-latest) (push) Has been cancelled
Check / check (1.22.x, windows-latest) (push) Has been cancelled
Semgrep config / semgrep/ci (push) Has been cancelled
Bump golang.org/x/net from v0.40.0 to v0.53.0
2026-05-08 11:13:48 +00:00

12 lines
240 B
Go

// Copyright 2025 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.
//go:build go1.25
package blake2b
import "hash"
var _ hash.XOF = (*xof)(nil)