Skip to content

Commit b242c33

Browse files
committed
https://go.dev/src/crypto/subtle/xor_generic.go
1 parent 3454f7e commit b242c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/bitutil/bitutil.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// Adapted from: https://golang.org/src/crypto/cipher/xor.go
5+
// Adapted from: https://go.dev/src/crypto/subtle/xor_generic.go
66

77
// Package bitutil implements fast bitwise operations.
88
package bitutil

0 commit comments

Comments
 (0)