- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for IsLower (0.06 sec)
-
CHANGELOG/CHANGELOG-1.19.md
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Jan 05 05:42:32 UTC 2022 - 489.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
generated keys (AS10.35) and FIPS 140-3 IG 10.3.A, Additional // Comment 1 goes out of its way to say that "the PCT shall be performed // consistent [...], even if the underlying standard does not require a // PCT". So we do it. And make ECDH nearly 50% slower (only) in FIPS mode. fips140.PCT("ECDH PCT", func() error { p1, err := c.newPoint().ScalarBaseMult(privateKey.d) if err != nil { return err } if !bytes.Equal(p1.Bytes(), privateKey.pub.q) { return errors.New("crypto/ecdh: public key does not match...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
lib/fips140/v1.0.0-c2097c7c.zip
generated keys (AS10.35) and FIPS 140-3 IG 10.3.A, Additional // Comment 1 goes out of its way to say that "the PCT shall be performed // consistent [...], even if the underlying standard does not require a // PCT". So we do it. And make ECDH nearly 50% slower (only) in FIPS mode. fips140.PCT("ECDH PCT", func() error { p1, err := c.newPoint().ScalarBaseMult(privateKey.d) if err != nil { return err } if !bytes.Equal(p1.Bytes(), privateKey.pub.q) { return errors.New("crypto/ecdh: public key does not match...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0)