const NUM_HOPS: usize = 3;Expand description
The “usual” number of hops in a CircHopList.
This saves us a heap allocation when the number of hops is less than or equal to this value.
const NUM_HOPS: usize = 3;The “usual” number of hops in a CircHopList.
This saves us a heap allocation when the number of hops is less than or equal to this value.