serai/coins/bitcoin
Luke Parker 05dc474cb3
Correct std feature-flagging
If a crate has std set, it should enable std for all dependencies in order to
let them properly select which algorithms to use. Some crates fallback to
slower/worse algorithms on no-std.

Also more aggressively sets default-features = false leading to a *10%*
reduction in the amount of crates coordinator builds.
2023-10-31 07:44:02 -04:00
..
src bitcoin 0.31 2023-10-31 03:47:45 -04:00
tests bitcoin 0.31 2023-10-31 03:47:45 -04:00
Cargo.toml Correct std feature-flagging 2023-10-31 07:44:02 -04:00
LICENSE Re-license bitcoin-serai to MIT 2023-01-31 09:45:25 -05:00
README.md Bump crate versions 2023-03-20 20:34:41 -04:00

bitcoin-serai

An application of modular-frost to Bitcoin transactions, enabling extremely-efficient multisigs.