4c43d5e20f
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 |
||
---|---|---|
.. | ||
lib.rs | ||
macros.rs | ||
recovery.rs | ||
types.rs |