rust-secp256k1-unsafe-fast/secp256k1-sys/src
Tobin Harding 4c43d5e20f
Add custom Debug impl for RecoverableSignature
Currently when debug printing the `RecoverableSignature` we do so byte
by byte, this means that the output differs depending on the endianess
of the machine. If instead we serialize the signature in compact form
then the output is the same irrespective of the endianess.

With this applied the following two commands now pass:

```
cargo test test_debug_output --features=recovery

```
cross test --target powerpc-unknown-linux-gnu test_debug_output --features=recovery
```

Fixes: #375
2022-02-08 08:14:30 +00:00
..
lib.rs Use hyperlinks 2022-01-11 17:41:11 +11:00
macros.rs Implement `Hash` for all array newtypes 2021-11-04 22:16:42 +01:00
recovery.rs Add custom Debug impl for RecoverableSignature 2022-02-08 08:14:30 +00:00
types.rs Use fully qualified path for mem 2022-01-26 13:25:33 +11:00