func github.com/go-faster/xor.Bytes
9 uses
github.com/go-faster/xor (current package)
xor.go#L5: func Bytes(dst, a, b []byte) int {
github.com/gotd/ige
decrypt.go#L53: xor.Bytes(dst[o:o+b:o+b], src[o:o+b:o+b], m)
decrypt.go#L55: xor.Bytes(dst[o:o+b:o+b], dst[o:o+b:o+b], c)
encrypt.go#L51: xor.Bytes(dst[o:o+b:o+b], src[o:o+b:o+b], c)
encrypt.go#L53: xor.Bytes(dst[o:o+b:o+b], dst[o:o+b:o+b], m)
github.com/gotd/td/internal/crypto
rsa_pad.go#L93: xor.Bytes(tempKeyXor, tempKey, aesEncryptedHash[:])
rsa_pad.go#L135: xor.Bytes(tempKey, tempKeyXor, aesEncryptedHash[:])
salt.go#L15: xor.Bytes(serverSalt[:], serverSalt[:], serverNonce[:8])
github.com/gotd/td/internal/crypto/srp
srp.go#L49: xor.Bytes(res[:], a[:], b[:])
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |