Relates to: https://github.com/torrust/torrust-tracker/issues/360 We are duplicating code for: ```rust pub struct InfoHash(pub [u8; 20]);` struct ``` - https://github.com/torrust/torrust-tracker/blob/develop/src/shared/bit_torrent/info_hash.rs#L136-L167 - https://github.com/torrust/torrust-index-backend/blob/develop/src/models/info_hash.rs#L136-L167 We should extract a common BitTorrent protocol crate for both the Tracker and the Index Backend.
Relates to: torrust/torrust-tracker#360
We are duplicating code for:
We should extract a common BitTorrent protocol crate for both the Tracker and the Index Backend.