Jael
Jael is Arvo's module for networking key infrastructure.
The main purpose of Jael is keeping track of Azimuth-related information.
This includes:
Every known Urbit ship's public keys.
Every known Urbit ship's key revision number and continuity breach number.
Every known Urbit ship's sponsor.
It also handles the local ship's private keys, keeps track of galaxy domain prexifes, and performs some tasks related to booting the local ship for the first time.
The database of PKI information that Jael maintains is used by other modules and applications for identity validation, encryption, decryption, and other cryptographic functions.
In particular, Ames uses the information stored in Jael to encrypt packets it sends to other ships, and to decrypt and validate packets it receives from them.
Jael has a few $task
s you can use to interact with it. In particular, its %public-keys
task allows an application or thread to subscribe for PKI updates for a set of ships.
Last updated