]> Git Repo - secp256k1.git/commit - src/tests.c
tests: add a couple tests
authorAndrew Poelstra <[email protected]>
Thu, 14 May 2015 02:16:13 +0000 (21:16 -0500)
committerAndrew Poelstra <[email protected]>
Wed, 29 Jul 2015 18:26:12 +0000 (13:26 -0500)
commitbaa75da59d7cae906ab31bf55e7c27e9a08366f2
treefbc2d1ac8fd4ac652bdbd5505b018c014d2c3edc
parentae4f0c6eecd67ee514d6d6ae99ec949c084e300c
tests: add a couple tests

  - Add zero/one sanity check tests for ecmult

  - Add unit test for secp256k1_scalar_split_lambda_var

  - Typo fix in `ge_equals_ge`; was comparing b->y to itself, should
    have been comparing a->y to b->y

  - Normalize y-coordinate in `random_group_element_test`; this is
    needed to pass random group elements as the first argument to
    `ge_equals_ge`, which I will do in a future commit.
src/tests.c
This page took 0.024809 seconds and 4 git commands to generate.