zcash_note_encryption/src
Jack Grigg 9c76d5789f Render byte slices as hex more often in `Debug` impls
This is more generally useful for debugging purposes than the default
`Debug` impl for `&[u8]`.

We also provide an alternate `Debug` impl for `legacy::Script` that
parses and renders known opcodes. Note that we only parse a subset of
the full opcode set.


Extracted from: c8e2d81f58
2023-08-30 20:41:27 +00:00
..
batch.rs zcash_note_encryption: Add API to prepare epk. 2022-09-15 03:22:41 +01:00
lib.rs Render byte slices as hex more often in `Debug` impls 2023-08-30 20:41:27 +00:00