19 lines
550 B
Markdown
19 lines
550 B
Markdown
# Addressing System
|
|
|
|
All clients and nodes in the Nym network have an address, in the format:
|
|
|
|
```
|
|
user-identity-key.user-encryption-key@gateway-identity-key
|
|
```
|
|
|
|
Which in practice, looks something like this:
|
|
|
|
```
|
|
DguTcdkWWtDyUFLvQxRdcA8qZhardhE1ZXy1YCC7Zfmq.Dxreouj5RhQqMb3ZaAxgXFdGkmfbDKwk457FdeHGKmQQ@4kjgWmFU1tcGAZYRZR57yFuVAexjLbJ5M7jvo3X5Hkcf
|
|
```
|
|
|
|
TODO flesh out
|
|
Each key is a TODO KEY FORMAT
|
|
ID keys are used for routing
|
|
encryption keys are the public keypair used to decrypt the exterior layer of Sphinx packets addressed to the node/client.
|