zebra/zebra-network/src
Henry de Valence 8a3cabc686 Define Magic newtype as `[u8; 4]`, not `u32`.
The magic value isn't a u32, it's a byte string, so specifying it as
such avoids ambiguity about endianness.
2019-09-18 17:32:06 -04:00
..
constants.rs Define Magic newtype as `[u8; 4]`, not `u32`. 2019-09-18 17:32:06 -04:00
lib.rs Add Read/WriteZcashExt extension traits. 2019-09-18 17:32:06 -04:00
message.rs Define Magic newtype as `[u8; 4]`, not `u32`. 2019-09-18 17:32:06 -04:00
meta_addr.rs Introduce a `MetaAddr` type replacing `NetworkAddress`. 2019-09-18 17:32:06 -04:00
serialization.rs Add a stub ZcashSerialization trait. 2019-09-18 17:32:06 -04:00
types.rs Define Magic newtype as `[u8; 4]`, not `u32`. 2019-09-18 17:32:06 -04:00