tomFlowee
64fa922605
fix whitespace
2024-02-12 21:16:55 +01:00
tomFlowee
fce11e8d4f
Rename file to match class it is in.
...
This follows the coding style guideline that the file that contains a
class should follow the exact name of this (main) class.
pubkey.{h|cpp} -> PublicKey.{h|cpp}
pubkey_utils.{h|cpp} -> PublicKeyUtils.{h|cpp}
2023-11-24 22:20:40 +01:00
tomFlowee
c9af7cca4a
Rename class CPubKey -> PublicKey
2022-07-06 21:56:34 +02:00
tomFlowee
9fa877f425
Rename hashing methods to start with lowercase
2022-05-17 00:46:54 +02:00
tomFlowee
fcb648916d
Make pubkey follow coding styleguide
2021-04-19 14:48:18 +02:00
tomFlowee
5d750eb736
One less historical check needed so far after making them mandatory
2021-03-12 13:18:31 +01:00
tomFlowee
94ae61132b
Promote 'interpreter' to the utils lib.
...
Being able to parse bitcoin-script is useful for users other than
the hub, using the flowee shared libraries they can now do so.
2021-01-21 15:47:46 +01:00