File: go125.go

package info (click to toggle)
golang-go.crypto 1%3A0.43.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,640 kB
  • sloc: asm: 28,094; ansic: 258; sh: 25; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
// 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)