func crypto/subtle.ConstantTimeByteEq
4 uses
crypto/subtle (current package)
constant_time.go#L32: func ConstantTimeByteEq(x, y uint8) int {
crypto/rsa
pkcs1v15.go#L245: firstByteIsZero := subtle.ConstantTimeByteEq(em[0], 0)
pkcs1v15.go#L246: secondByteIsTwo := subtle.ConstantTimeByteEq(em[1], 2)
pkcs1v15.go#L255: equals0 := subtle.ConstantTimeByteEq(em[i], 0)
![]() |
The pages are generated with Golds v0.8.4. (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. |