## Reserved `ArtiPath` values The following table lists the `ArtiPath`s currently recognized by the key manager. **Note**: the `Key` column represents the name of the key as specified in [rend-spec-v3]. | Key | Type | Description | `ArtiPath` | |----------------------|------------------|-------------------------------------------------------------------------|---------------------------------------------------------------------------| | `KS_hsc_desc_enc` | x25519 | Client authorization key, used for onion descriptor decryption. | `client//.onion/KS_hsc_desc_enc.x25519_private` | | `KS_hsc_intro_auth` | ed25519 | Client authorization key, used for the introduction protocol. | `client//.onion/KS_hsc_intro_auth.ed25519_private` | | `KS_hs_id` | expanded ed25519 | Service identity keypair. | `hs//KS_hs_id.expanded_ed25519_private` | | `KP_hs_id` | ed25519 | Service identity public key. | `hs//KS_hs_id.ed25519_public` | | `KS_blind_id` | expanded ed25519 | Blinded service identity keypair. | `hs//KS_hs_blind_id_.expanded_ed25519_private` | | `KP_blind_id` | ed25519 | Blinded service identity keypair. | `hs//KS_hs_blind_id_.ed25519_public` | | `KS_hs_desc_sign` | ed25519 | Blinded service identity public key. | `hs//KS_hs_desc_sign_.ed25519_private` | [rend-spec-v3]: https://gitlab.torproject.org/tpo/core/torspec/-/blob/main/rend-spec-v3.txt