aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/pubkey/ecdh.vec
Commit message (Collapse)AuthorAgeFilesLines
* Various minor ECC optimizationsJack Lloyd2018-04-131-0/+32
| | | | | | | | | Add a way of getting Montgomery representation of one. Reduce use of temporaries in variable point mult. Prefer doubling over addition in precomputing fixed window. Add Brainpool ECDH tests Improves ECDH by 2-3% across the board
* Added test vectors ecdh_kat and ecdh_keygen for frp256v1Simon Cogliani2016-07-311-0/+101
|
* Add ECDH via OpenSSLJack Lloyd2016-01-041-50/+50
| | | | | | | | | | Expose provider param in PK_Key_Agreement API Handle multiple providers in key agreement tests Fix some funky formatting of P-521 EC points in ecdh.vec which was being rejected by OpenSSL; for whatever reason the CAVS file had the affine coords with far more leading zeros than necessary.
* Add ECDH testsJack Lloyd2016-01-031-0/+508
Only has vectors for NIST curves (data taken from NIST CAVS file)