]> Git Repo - secp256k1.git/commit - src/group_impl.h
Fix secp256k1_ge_set_table_gej_var parameter order
authorllamasoft <[email protected]>
Tue, 26 Jul 2016 16:53:29 +0000 (11:53 -0500)
committerllamasoft <[email protected]>
Tue, 26 Jul 2016 19:24:45 +0000 (14:24 -0500)
commit353c1bf0d744ba9b456ff51d80200de1191baebb
treed5af4fbc9d790a00b8502ac8280922c673564fc0
parent541b783920114930de3edc55bb428fc8227e9c5d
Fix secp256k1_ge_set_table_gej_var parameter order

Rearranged secp256k1_ge_set_table_gej_var parameters so length comes last (it modifies both *a and *zr).
src/ecmult_impl.h
src/group.h
src/group_impl.h
src/tests.c
This page took 0.025106 seconds and 4 git commands to generate.