Zebra/zebra-network
Henry de Valence c3b7dcdfbe Add Read/WriteZcashExt extension traits.
Currently these just have write_compactsize and read_compactsize methods which
allow reading and writing u64s to any `Read` or `Write` implementation using
the Bitcoin "CompactSize" variable integer encoding.

These methods read and write u64s rather than defining a new `CompactSize`
type, because the `CompactSize` is just an encoding detail, not a different
type with any distinct meaning.
2019-09-18 17:32:06 -04:00
..
src Add Read/WriteZcashExt extension traits. 2019-09-18 17:32:06 -04:00
Cargo.toml Try writing message headers. 2019-09-18 17:32:06 -04:00