Type Alias librqbit_dht::Id20

source ·
pub type Id20 = Id<20>;
Expand description

A 20-byte hash used throughout librqbit, for torrent info hashes, peer ids etc.

Aliased Type§

struct Id20(pub [u8; 20]);

Fields§

§0: [u8; 20]