Source File
xor_generic.go
Belonging Package
github.com/pion/transport/v3/utils/xor
// SPDX-FileCopyrightText: 2013 The Go Authors. All rights reserved.// SPDX-License-Identifier: BSD-3-Clause// SPDX-FileCopyrightText: 2024 The Pion community <https://pion.ly>// SPDX-License-Identifier: MIT//go:build go1.20 && !arm && !gccgo// Package xor provides the XorBytes function.package xorimport ()// XorBytes calls [crypto/suble.XORBytes].////revive:disable-next-linefunc (, , []byte) int {return subtle.XORBytes(, , )}
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |