bitcoin-s/docs/core
Nadav Kohen 78f4dfb8c6
Pubkey Refactor (#2936)
* Removed ExecutionContext from ECKey

* Refactored ECPublicKey to remove compression state and introduced ECPublicKeyBytes to handle cases where serialization of input is important

* Fixed the rest of bitcoin-s so that it passes all tests

* Made all ECKeys into case classes

* Successfully added isFullyValid invariant to ECPublicKey!

* Fixed docs

* Added scaladocs and fixed a RpcPsbtResult bug

* Reject private keys of length < 32 and fix WIF parsing bug
2021-05-06 13:19:52 -05:00
..
adding-spks.md Add testkit-core module (#2726) 2021-03-02 07:05:21 -06:00
addresses.md Crypto Project Refactor (#1380) 2020-04-30 12:34:53 -05:00
core-intro.md docs: Fix broken links in Docs + minor touchups (#1908) 2020-08-27 14:11:24 -05:00
dlc.md Pulled down core diff from adaptor-dlc (#3038) 2021-05-05 09:26:09 -05:00
hd-keys.md docs: Fix broken links in Docs + minor touchups (#1908) 2020-08-27 14:11:24 -05:00
lightning-network.md 2020 06 09 addr invoice string factory (#1538) 2020-06-11 10:44:12 -05:00
psbts.md Pubkey Refactor (#2936) 2021-05-06 13:19:52 -05:00
signing-transactions.md Fixed Transaction Signing doc (#1800) 2020-08-12 06:26:24 -05:00
txbuilder.md Made ECPrivateKey signing synchronous and got src compiling (#2652) 2021-03-23 17:05:58 -05:00