Skip to content

Commit b462b01

Browse files
authored
Update README.md
1 parent 6e45b3e commit b462b01

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@ If at any point any of these functions fail the process should be aborted.
8181

8282
# Compatibility
8383

84-
I believe this library is compliant with RFC5054 and should work with any server implementing this. I have verified this library against the example data in RFC5054, the Mozilla test vectors in https://wiki.mozilla.org/Identity/AttachedServices/KeyServerProtocol#SRP_Verifier and also against the Python library [srptools](https://github.com/idlesign/srptools).
84+
The library is compliant with RFC5054 and should work with any server implementing this. The library has been verified against
85+
- example data in RFC5054
86+
- Mozilla test vectors in https://wiki.mozilla.org/Identity/AttachedServices/KeyServerProtocol#SRP_Verifier
87+
- Python library [srptools](https://github.com/idlesign/srptools)
88+
- Typescript library [tssrp6a](https://github.com/midonet/tssrp6a)
8589

8690
## Proof of secret
8791

0 commit comments

Comments
 (0)