rust-bitcoin-unsafe-fast/bitcoin/src/crypto
Tobin C. Harding 2780e6cdaa Move base58 module to crate root
In preparation for removing the `util` module move the `base58` module
to the crate root. This is likely not the final resting place for this
module but it is a step in the right direction.

Includes addition of rustfmt attribute to skip formatting the digits
array. No other changes to the `base58` module.
2022-12-01 09:56:33 +11:00
..
ecdsa.rs Create crypto module 2022-11-22 14:09:33 +11:00
key.rs Move base58 module to crate root 2022-12-01 09:56:33 +11:00
mod.rs Create crypto module 2022-11-22 14:09:33 +11:00
schnorr.rs Move the taproot module to crate root 2022-11-30 12:03:39 +11:00