-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-add dogecoin_privkey_init(&key) to verifyPrivPubKeypair to reduce error count from 624 from 35 to 21 from 13 contexts. -overhaul base58 and add double sha256 bool function reducing error count from 21 from 13 to 15 from 12 contexts. -use calloc over malloc, sizeof(hdnode) over strlen(str) to avoid conditional based on uninitialized variable. 8 errors from 5 contexts. -require p2pkh output variable on generateDerivedHDPubkey in order to unconditionally copy initialised external vars to internals. 7 errors from 4 contexts. -add string length field to utils_calculate_shannon_entropy to avoid reliance on uninitialized variables string length. 6 errors from 3 contexts. -conditional to require variables passed to verifyp2pkhaddress. 2 errors from 2 contexts. -add length to verifyp2pkhaddress. 0 errors from 0 contexts.
- Loading branch information
Showing
14 changed files
with
190 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.