Justin Dhillon 2024-03-12 17:51:39 -07:00
parent 3454f7e785
commit b242c33c59

View file

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // 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 implements fast bitwise operations.
package bitutil package bitutil