summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-10-19 20:31:23 +0200
committerFlorian Dold <florian@dold.me>2021-10-19 20:31:23 +0200
commit6a26aedeab3237dfa2da358c0a7546397786ed6f (patch)
tree31de385a1c8ce67b001c61c49e6e241e4ed7d371 /doc
parent002d86dfc768e95aa7bd4ebf8e840da86e7ffb45 (diff)
downloadanastasis-6a26aedeab3237dfa2da358c0a7546397786ed6f.tar.gz
anastasis-6a26aedeab3237dfa2da358c0a7546397786ed6f.tar.bz2
anastasis-6a26aedeab3237dfa2da358c0a7546397786ed6f.zip
clarify truth_salt name
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/rest.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/rest.rst b/doc/sphinx/rest.rst
index a9b8fbc..eebe56e 100644
--- a/doc/sphinx/rest.rst
+++ b/doc/sphinx/rest.rst
@@ -303,8 +303,8 @@ In the following, UUID is always defined and used according to `RFC 4122`_.
// Client has to provide this key to the server when using ``/truth/``.
truth_key: [32]; //bytearray
- // Salt used to encrypt the truth on the Anastasis server.
- salt: [32]; //bytearray
+ // Salt used to hash the security answer if appliccable.
+ truth_salt: [32]; //bytearray
// Salt from the provider to derive the user ID
// at this provider.