- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getOne (0.07 sec)
-
src/cmd/asm/internal/asm/testdata/amd64enc.s
SETLE DL // 0f9ec2 SETLE R11 // 410f9ec3 SETNE (BX) // 0f9503 SETNE (R11) // 410f9503 SETNE DL // 0f95c2 SETNE R11 // 410f95c3 SETOC (BX) // 0f9103
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1) -
lib/fips140/v1.0.0.zip
SetBytes. x {{ .Prefix }}MontgomeryDomainFiel } const {{ .Prefix }}ElementLen = {{ .BytesLen }} type {{ .Prefix }}UntypedFieldElement = {{ .FiatType }} // One sets e = 1, and returns e. func (e *{{ .Element }}) One() *{{ .Element }} { {{ .Prefix }}SetOne(&e.x) return e } // Equal returns 1 if e == t, and zero otherwise. func (e *{{ .Element }}) Equal(t *{{ .Element }}) int { eBytes := e.Bytes() tBytes := t.Bytes() return subtle.ConstantTimeCompare(eBytes, tBytes) } // IsZero returns 1 if e == 0, and...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)