This has seriously perplexed me.
The original Kademlia offers that 160bit hex like a sha1 should be used for obvious reasons: When searching for peers relating to an infohash, you simple search nodeIDs as they should be equivalent to the same system as the sha1 infohash.
But reading this: http://www.bittorrent.org/beps/bep_0005.html
the id's are abcdefghi0123456789
which is:
1) Half the size
2) Uses more characters then standard hex encoding.
So what am I missing?
Why are node id's like this?