rust-bitcoin-unsafe-fast/bitcoin/src/crypto
Tobin C. Harding facaefc49c Add conversions for TweakedKeyPair -> TweakedPublicKey
It is trivially possible to get `TweakedPublicKey` from a
`TweakedKeyPair`, add conversion methods for doing so.
2023-01-31 17:21:56 +11:00
..
ecdsa.rs Export the DisplayHex trait from within prelude 2023-01-10 09:56:41 +11:00
key.rs Add new hex parse error variant 2023-01-28 07:53:47 +11:00
mod.rs Create crypto module 2022-11-22 14:09:33 +11:00
schnorr.rs Add conversions for TweakedKeyPair -> TweakedPublicKey 2023-01-31 17:21:56 +11:00