## Addendum
* Note 1: Using 'modulo' was actually not correct. We just need a hashing function to map any NostrId into N buckets where number of buckets is the number of Relays. Regardless of this mistake the above algo will still work.
Candidate replacement for modulo to use a bucket instead:
* https://en.wikipedia.org/wiki/MurmurHash
Candidate Impl (getBucket)
https://gist.github.com/raycmorgan/588423#file-murmurhash2-js-L68