From 94f6cd21e30930aa4231c4aa4950bbd2ed7f5ea6 Mon Sep 17 00:00:00 2001 From: wbamberg Date: Fri, 12 Feb 2021 13:42:14 -0800 Subject: [PATCH] Clarify the current situation wrt key derivation algorithms Co-authored-by: Hubert Chathi --- content/client-server-api/modules/secrets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/client-server-api/modules/secrets.md b/content/client-server-api/modules/secrets.md index 3289c9362..b4ae8c027 100644 --- a/content/client-server-api/modules/secrets.md +++ b/content/client-server-api/modules/secrets.md @@ -222,7 +222,7 @@ has an `algorithm` property that indicates how to generate the key from the passphrase. Other properties of the `passphrase` property are defined by the `algorithm` specified. -For the `m.pbkdf2` algorithm, the `passphrase` property has the +Currently, the only algorithm defined is `m.pbkdf2`. For the `m.pbkdf2` algorithm, the `passphrase` property has the following properties: | Parameter | Type | Description |