crypto: Rename last traces of go-crypto (#1786)

Follow-up to #1782
This commit is contained in:
Alexander Simmerl
2018-06-22 06:24:36 +02:00
committed by Anton Kaliaev
parent 7e3de2027e
commit 3e1baf68f8
6 changed files with 40 additions and 43 deletions

View File

@ -7,7 +7,7 @@ For details on peer discovery, see the [peer exchange (PEX) reactor doc](https:/
## Peer Identity
Tendermint peers are expected to maintain long-term persistent identities in the form of a public key.
Each peer has an ID defined as `peer.ID == peer.PubKey.Address()`, where `Address` uses the scheme defined in go-crypto.
Each peer has an ID defined as `peer.ID == peer.PubKey.Address()`, where `Address` uses the scheme defined in `crypto` package.
A single peer ID can have multiple IP addresses associated with it, but a node
will only ever connect to one at a time.