From a81455e81c02d5c69b723b52c775a247313c82a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 07:33:11 +0000 Subject: [chore]: Bump golang.org/x/crypto from 0.24.0 to 0.25.0 (#3080) --- vendor/golang.org/x/crypto/blake2s/register.go | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 vendor/golang.org/x/crypto/blake2s/register.go (limited to 'vendor/golang.org/x/crypto/blake2s/register.go') diff --git a/vendor/golang.org/x/crypto/blake2s/register.go b/vendor/golang.org/x/crypto/blake2s/register.go deleted file mode 100644 index 3156148a4..000000000 --- a/vendor/golang.org/x/crypto/blake2s/register.go +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright 2017 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.9 - -package blake2s - -import ( - "crypto" - "hash" -) - -func init() { - newHash256 := func() hash.Hash { - h, _ := New256(nil) - return h - } - - crypto.RegisterHash(crypto.BLAKE2s_256, newHash256) -} -- cgit v1.2.3