···11+## SRP - SRP-6a Secure Remote Password protocol
22+33+%%VERSION%%
44+55+Implementation of the SRP-6a protocol (RFC 5054) for password-authenticated key exchange. Includes support for the 3072-bit group used by HomeKit.
66+77+## Installation
88+99+`opam install srp` will install this library.
1010+1111+## Reference
1212+1313+- [RFC 5054: Using the Secure Remote Password (SRP) Protocol for TLS Authentication](https://www.rfc-editor.org/rfc/rfc5054)
1414+1515+## Documentation
1616+1717+[API documentation](https://samoht.github.io/ocaml-srp/doc)