- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for 12e9a68b73fd5aacdbca (0.12 sec)
-
lib/fips140/v1.0.0-c2097c7c.zip
"693e47972caf527c7883" if got := hex.EncodeToString(p.Bytes()); got != want { t.Errorf("zero: got %q, want %q", got, want) } one := "ffffffffffffffffffff" s, _ = new(Scalar).SetBytesWithClamping(decodeHex(one)) p = new(Point).ScalarBaseMult(s) want = "12e9a68b73fd5aacdbca" if got := hex.EncodeToString(p.Bytes()); got != want { t.Errorf("one: got %q, want %q", got, want) } } func bigIntFromLittleEndi(b []byte) *big.Int { bb := make([]byte, len(b)) for i := range b { bb[i] = b[len(b)-i-1] } return new(big.Int).SetBytes(bb)...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
"693e47972caf527c7883" if got := hex.EncodeToString(p.Bytes()); got != want { t.Errorf("zero: got %q, want %q", got, want) } one := "ffffffffffffffffffff" s, _ = new(Scalar).SetBytesWithClamping(decodeHex(one)) p = new(Point).ScalarBaseMult(s) want = "12e9a68b73fd5aacdbca" if got := hex.EncodeToString(p.Bytes()); got != want { t.Errorf("one: got %q, want %q", got, want) } } func bigIntFromLittleEndi(b []byte) *big.Int { bb := make([]byte, len(b)) for i := range b { bb[i] = b[len(b)-i-1] } return new(big.Int).SetBytes(bb)...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)