mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-27 21:19:46 +00:00
2 lines
976 B
HTML
2 lines
976 B
HTML
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Mesh native identity and peer public key</title></head><body><main data-praxis-anchor="model:mesh-network-identity" data-praxis-kind="uml_model" data-praxis-status="confirmed"><h1>Mesh native identity and peer public key</h1><p><code>core_mesh</code> explicitly owns<code>LocalIdentity</code>、<code>PeerPublicKey</code>、<code>PeerIdentityService</code> and identity stores; it does not have a full contact entity named PeerIdentity.</p><h2>Key rules</h2><ul><li>Generate and save private key materials when the local identity does not exist.</li><li>peer key only accepts valid unicast NodeIds.</li><li>Verified and different keys cannot be overwritten by unverified observations.</li><li>PeerPublicKey does not own contact names or cross-protocol personas.</li></ul><p><a href="identity-resolution.html">Drill down: local identity establishment and peer public key protection</a></p></main></body></html>
|