- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for 693e47972caf527c7883 (0.08 sec)
-
lib/fips140/v1.0.0.zip
"1d87a9026fd0126a5736" if got := hex.EncodeToString(p.Bytes()); got != want { t.Errorf("random: got %q, want %q", got, want) } zero := "00000000000000000000" s, _ = new(Scalar).SetBytesWithClamping(decodeHex(zero)) p = new(Point).ScalarBaseMult(s) want = "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"...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)