1 { buildPythonPackage, fetchPypi, six, lib }:
3 buildPythonPackage rec {
9 sha256 = "f2e3fed4e5cbfd6b481edc9cdd51a8c39a609eae117210218556004bdc9016b2";
12 propagatedBuildInputs = [ six ];
14 # Tests ends up with libssl.so cannot load shared
19 This package provides an implementation of the Secure Remote Password protocol (SRP).
20 SRP is a cryptographically strong authentication protocol for password-based, mutual authentication over an insecure network connection.
22 homepage = "https://github.com/cocagne/pysrp";
23 license = licenses.mit;
24 maintainers = with maintainers; [ jefflabonte ];