rust-bitcoin-unsafe-fast/src/util
Dr Maxim Orlovsky b17d7fc31c
Moving keys under `util::ecdsa`, re-exporting them at `util::key`
This is the first step in introducing Schnorr key support as per #588
2021-04-12 14:17:42 +02:00
..
psbt Moving keys under `util::ecdsa`, re-exporting them at `util::key` 2021-04-12 14:17:42 +02:00
address.rs Moving keys under `util::ecdsa`, re-exporting them at `util::key` 2021-04-12 14:17:42 +02:00
amount.rs Merge pull request #552 from JeremyRubin/fix-amount-serde 2021-03-15 15:48:20 +00:00
base58.rs Remove deprecated Error::description impl 2020-10-08 17:11:18 +03:00
bip32.rs Moving keys under `util::ecdsa`, re-exporting them at `util::key` 2021-04-12 14:17:42 +02:00
bip143.rs Moving keys under `util::ecdsa`, re-exporting them at `util::key` 2021-04-12 14:17:42 +02:00
bip158.rs Merge pull request #487 from RCasatta/map_with_u128 2020-11-15 15:42:00 +02:00
contracthash.rs Remove deprecated Error::description impl 2020-10-08 17:11:18 +03:00
ecdsa.rs Moving keys under `util::ecdsa`, re-exporting them at `util::key` 2021-04-12 14:17:42 +02:00
endian.rs Implement Uint::to_be_bytes() 2021-01-14 19:28:02 +02:00
hash.rs Remove redundant code / configurations 2020-10-08 17:11:18 +03:00
key.rs Moving keys under `util::ecdsa`, re-exporting them at `util::key` 2021-04-12 14:17:42 +02:00
merkleblock.rs Change the signature of consensus_encode to return io::Error's 2021-01-12 17:39:41 +00:00
misc.rs Moving keys under `util::ecdsa`, re-exporting them at `util::key` 2021-04-12 14:17:42 +02:00
mod.rs Moving keys under `util::ecdsa`, re-exporting them at `util::key` 2021-04-12 14:17:42 +02:00
taproot.rs Create tagged taproot hashes 2020-11-30 20:13:11 +00:00
uint.rs Implement Ord for ParseLengthError 2021-01-22 00:27:28 +02:00