Implements the ability to generate a compressed public key from the java API.
Adding compressed public key flag to java api #443
pull Christewart wants to merge 2 commits into bitcoin-core:master from Christewart:compressed_flag changing 5 files +137 −65-
Christewart commented at 9:43 PM on February 21, 2017: none
-
Christewart commented at 10:20 PM on February 21, 2017: none
Could this build failure from buffer sizes being fixed 65 byte constants?
- Christewart cross-referenced this on Mar 22, 2017 from issue Adding new secp256k1 functionality by Christewart
-
c365395d96
Adding flag to generate compressed public key for java api
Fixing a few checkInvariants Adding compressed flag to tweak_mul and tweak_add Fixing some nits
-
2375636d67
Exposing secp256k1 parsepubkey functionality via `isValidPubKey` method
Exposing secp256k1 parse pubkey functionality in the java api Fixing some nits, refactoring some code Changing name of method from 'parsePubKey' to 'isValidPubKey' Removing compressed flag arg from 'isValidPubKey' method
- Christewart force-pushed on Mar 23, 2017
-
Christewart commented at 1:02 PM on April 18, 2017: none
I added a little more functionality, there is now a
isValildPubKeymethod that calls the underlyingec_pubkey_parse. I'd also like to eventually remove the guava dependency. I removed thePreconditions.checkArgumentcode and create our version calledcheckInvariant(). - Christewart cross-referenced this on Mar 8, 2018 from issue Implement `decompress` function in JNI by pm47
- Christewart closed this on Mar 11, 2018
-
Christewart commented at 6:06 PM on March 11, 2018: none
superseded by #508
Contributors