☰
Module error
Structs
Enums
?
Module
secp256k1
::
hashes
::
hex
::
error
source
·
[
−
]
Expand description
Error code for the
hex-conservative
crate.
Structs
InvalidCharError
Invalid hex character.
InvalidLengthError
Tried to parse fixed-length hash from a string with the wrong length.
OddLengthStringError
Purported hex string had odd length.
Enums
HexToArrayError
Hex decoding error.
HexToBytesError
Hex decoding error.