Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add functionalities - Add a function to access `Z` field of `EcPoint`. - Add a newer version of `EcPoint::mul` with RNG for blinding. - Also marked old version one as deprecated. - Add a newer version of `Pk::private_from_ec_components` with RNG for blinding. - Also marked old version one as deprecated. - Update tests to use above new functions. - Add a function for performing const time comparison of `EcPoint`. * bump mbedtls version to 0.12.3 * add test for fn `eq_const_time` * add bench to ensure eq_const_time works * add cargo bench to CI
- Loading branch information