]> Git Repo - secp256k1.git/commit - src/tests.c
Better error case handling for pubkey_create & pubkey_serialize, more tests.
authorGregory Maxwell <[email protected]>
Fri, 30 Oct 2015 09:16:40 +0000 (09:16 +0000)
committerGregory Maxwell <[email protected]>
Fri, 30 Oct 2015 09:16:40 +0000 (09:16 +0000)
commit5b71a3f460050ef755ff97b570f49f5bd7e92425
tree34da55c9100236b7eebfc56b756ecaef6cebd256
parent3b7bc695ef11c597aa60f17983a47770f8d6a67c
Better error case handling for pubkey_create & pubkey_serialize, more tests.

Makes secp256k1_ec_pubkey_serialize set the length to zero on failure,
 also makes secp256k1_ec_pubkey_create set the pubkey to zeros when
 the key argument is NULL.

Also adds many additional ARGCHECK tests.
src/secp256k1.c
src/tests.c
This page took 0.024783 seconds and 4 git commands to generate.