From b242c33c59631d9297be2b83be1701f7d804e6ed Mon Sep 17 00:00:00 2001 From: Justin Dhillon Date: Tue, 12 Mar 2024 17:51:39 -0700 Subject: [PATCH] https://go.dev/src/crypto/subtle/xor_generic.go --- common/bitutil/bitutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/bitutil/bitutil.go b/common/bitutil/bitutil.go index cd3e72169f..a18a6d18ee 100644 --- a/common/bitutil/bitutil.go +++ b/common/bitutil/bitutil.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Adapted from: https://golang.org/src/crypto/cipher/xor.go +// Adapted from: https://go.dev/src/crypto/subtle/xor_generic.go // Package bitutil implements fast bitwise operations. package bitutil