Skip to content
Snippets Groups Projects
Commit bf314270 authored by akwizgran's avatar akwizgran
Browse files

Fixed a typo.

parent 388e1d23
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment