func vendor/golang.org/x/crypto/poly1305.bitsSub64
4 uses
vendor/golang.org/x/crypto/poly1305 (current package)
bits_go1.13.go#L15: func bitsSub64(x, y, borrow uint64) (diff, borrowOut uint64) {
sum_generic.go#L291: hMinusP0, b := bitsSub64(h0, p0, 0)
sum_generic.go#L292: hMinusP1, b := bitsSub64(h1, p1, b)
sum_generic.go#L293: _, b = bitsSub64(h2, p2, b)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)