rust-secp256k1-unsafe-fast/src/ecdsa
Tobin C. Harding 2cb687fc69 Use to_le_bytes instead of mem::transmute
Since we bumped the MSRV we have `to_le_bytes` available now, use it
instead of `mem::transmute`.

Remove code comment suggesting to do exactly this and clear clippy
warning.

While we are at it, use `cast` instead of `as`.
2022-06-17 10:16:00 +10:00
..
mod.rs Use to_le_bytes instead of mem::transmute 2022-06-17 10:16:00 +10:00
recovery.rs Use new trait TryFrom and do small refactoring 2022-06-07 23:59:43 +03:00