From 26978436b1ba76ef26717280eec6a163d006bca6 Mon Sep 17 00:00:00 2001 From: Gabriela Moldovan Date: Mon, 15 Jan 2024 11:03:51 +0000 Subject: rend-spec: Put formulas in ```text blocks. --- spec/rend-spec/deriving-keys.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spec/rend-spec/deriving-keys.md b/spec/rend-spec/deriving-keys.md index 1452086..07649fd 100644 --- a/spec/rend-spec/deriving-keys.md +++ b/spec/rend-spec/deriving-keys.md @@ -21,13 +21,17 @@ leaving the hidden service's private key offline. The subcredential for a period is derived as: +```text N_hs_subcred = H("subcredential" | N_hs_cred | blinded-public-key). +``` In the above formula, credential corresponds to: +```text N_hs_cred = H("credential" | public-identity-key) +``` -where public-identity-key is the public identity master key of the hidden +where `public-identity-key` is the public identity master key of the hidden service. ```text -- cgit v1.2.3-54-g00ecf