From bf3142707686213d492128c1c4c2276d08a65580 Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Tue, 17 Oct 2017 15:47:41 +0000 Subject: [PATCH] Fixed a typo. --- protocols/BTP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/BTP.md b/protocols/BTP.md index 75565f2..c706288 100644 --- a/protocols/BTP.md +++ b/protocols/BTP.md @@ -140,7 +140,7 @@ BTP uses three cryptographic primitives: ### 2.1 Key Derivation Function -BTP uses a **key derivation function** to derive encryption and authentication keys from the shared secret S. Forward secrecy relies on a one-way nature of the key derivation function. +BTP uses a **key derivation function** to derive encryption and authentication keys from the shared secret S. Forward secrecy relies on the one-way nature of the key derivation function. The key derivation function is based on PRF(k, m): -- GitLab