Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix the reverse of meaning in spec (tendermint#3387)
https://tools.ietf.org/html/rfc6962#section-2.1 "The largest power of two less than the number of items" is actually correct! For n > 1, let k be the largest power of two smaller than n (i.e., k < n <= 2k).
- Loading branch information