rust-bitcoin-unsafe-fast/bitcoin
Tobin C. Harding 6151d4c841 base58: Rename public functions
The `base58` module is for encoding and decoding, it makes sense for the
public functions to be called `encode` and `decode`. We also have some
functions that operate on data with a checksum, for these it makes sense
to tack `check` onto the _end_ of the function name.

With this applied the public API is:

- decode
- decode_check
- encode
- encode_check
- encode_check_to_fmt
2022-10-29 10:35:08 +11:00
..
contrib Merge rust-bitcoin/rust-bitcoin#999: examples: Add taproot PSBT example workflow 2022-10-25 16:47:18 +00:00
examples Promote rust-miniscript finalizer 2022-10-27 10:40:45 -04:00
src base58: Rename public functions 2022-10-29 10:35:08 +11:00
tests Promote rust-miniscript finalizer 2022-10-27 10:40:45 -04:00
Cargo.toml Move test_data/* tests/data 2022-10-27 10:40:44 -04:00