]> Git Repo - secp256k1.git/commit
Parse DER-enconded length into a size_t instead of an int
authorTim Ruffing <[email protected]>
Wed, 7 Nov 2018 15:07:33 +0000 (16:07 +0100)
committerTim Ruffing <[email protected]>
Thu, 23 May 2019 13:22:29 +0000 (15:22 +0200)
commit01ee1b3b3c665bf22e06b92afa832ccc54de5119
tree1de013253a53575614acd81eee39d99409108d8d
parent3cb057f8429c812b5dbfcd43299658463162b740
Parse DER-enconded length into a size_t instead of an int

This avoids a possibly implementation-defined signed (int) to unsigned
(size_t) conversion portably.
src/ecdsa_impl.h
This page took 0.02324 seconds and 4 git commands to generate.