]> Git Repo - secp256k1.git/commit - src/ecdsa_impl.h
Rewrite ECDSA signature parsing code
authorPieter Wuille <[email protected]>
Mon, 28 Sep 2015 15:40:21 +0000 (17:40 +0200)
committerPieter Wuille <[email protected]>
Wed, 21 Oct 2015 14:13:37 +0000 (16:13 +0200)
commit3bb9c447193a6d15726976c141f27d2c3ddd7991
tree9ae4cedc893f8ceb71fc7b2baa554b9ab064a1d7
parentfa57f1bdf180dfa4d2bfc7bcd838f312f106713e
Rewrite ECDSA signature parsing code

There are now 2 encoding formats supported: 64-byte "compact" and DER.
The latter is strict: the data has to be exact DER, though the values
inside don't need to be valid.
include/secp256k1.h
include/secp256k1_recovery.h
src/ecdsa_impl.h
src/modules/recovery/main_impl.h
src/modules/recovery/tests_impl.h
src/secp256k1.c
src/tests.c
This page took 0.027321 seconds and 4 git commands to generate.