Skip to content

Commit 4218fe8

Browse files
committed
Update proof of shared secret section in README
1 parent c79330c commit 4218fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ The library is compliant with RFC5054 and should work with any server implementi
8787
- Python library [srptools](https://github.com/idlesign/srptools)
8888
- Typescript library [tssrp6a](https://github.com/midonet/tssrp6a)
8989

90-
## Proof of secret
90+
## Proof of shared secret
9191

92-
For generating the proof above I use the method detailed in [RFC2945](https://tools.ietf.org/html/rfc2945#section-3) but not all servers use this method. For this reason I have kept the sharedSecret generation separate from the proof generation, so you can insert your own version.
92+
For generating the client and server proofs of the shared secret I use the method detailed in [RFC2945](https://tools.ietf.org/html/rfc2945#section-3) with everything padded out to the size of N, but not all servers use this method. For this reason I have kept the sharedSecret generation separate from the proof generation, so you can insert your own version.

0 commit comments

Comments
 (0)