From b6c11243758bd0fd667c881102d77b04b2f3feb1 Mon Sep 17 00:00:00 2001 From: Bouke Haarsma Date: Sat, 16 Sep 2017 11:36:10 +0200 Subject: [PATCH] Release version 3 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 631bf3f..7208d84 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,11 @@ assert(server.sessionKey == client.sessionKey) More information can be found in the [documentation](http://boukehaarsma.nl/SRP). +## Swift Compatibility + +Swift 4 is required with version 3 of this package. Use version 2 if you need +Swift 3 compatibility. + ## Compatibility with other implementations I like to believe this implementation does correctly implements the RFC.