rust-bitcoin-unsafe-fast/bitcoin/src/crypto
Tobin C. Harding db5c8fe61c Move the taproot module to crate root
We are trying to flatten the `util` module. The `taproot` module can
live in the crate root. If/when we create a `crypto` module/crate we may
wish to pull some stuff out of this module but for now moving it gets us
closer to removing `util` without making the directory structure any
worse.

Includes adding rustfmt attributes to skip formatting of macros.
2022-11-30 12:03:39 +11:00
..
ecdsa.rs Create crypto module 2022-11-22 14:09:33 +11:00
key.rs Create crypto module 2022-11-22 14:09: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