rust-bitcoin-unsafe-fast/bitcoin/src/consensus
Tobin C. Harding 941083ec4e Remove rand-std dev-dependency from secp256k1
In order to get better test coverage we should not enable the secp26k1
feature "rand-std" in dev-dependencies but instead feature gate tests
that depend on this feature.
2022-12-23 08:33:21 +11:00
..
encode.rs Remove rand-std dev-dependency from secp256k1 2022-12-23 08:33:21 +11:00
mod.rs Implement consensus encoding adapter for serde 2022-12-02 10:48:05 +01:00
params.rs Add Target and Difficulty types 2022-09-28 04:16:59 +10:00
serde.rs Implement consensus encoding adapter for serde 2022-12-02 10:48:05 +01:00