Commit 1d6f947
committed
Replace custom hex parsing with hex-conservative crate
Add hex-conservative as a dependency and refactor hex parsing code to use it
instead of the custom implementation. Update FromHex trait to use associated
error types and standardize hex decoding across the codebase.1 parent f6ffc78 commit 1d6f947
5 files changed
+506
-663
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments