Files
rust-libp2p/misc/multihash
Toralf Wittner 8af4a28152 multihash: Use Bytes instead of Vec<u8> internally. (#1187)
multihash: Use `Bytes` instead of `Vec<u8>` internally.

To improve the efficiency of cloning multi-hashes (e.g. as the
representation of `PeerId`s), this PR replaces the `Vec<u8>`
representation with `Bytes`. The API is kept backwards
compatible and does not leak the representation type.
2019-07-03 14:27:26 +02:00
..
2019-02-11 14:58:15 +01:00
2018-08-29 11:24:44 +02:00
2018-08-29 11:24:44 +02:00