5 , python-axolotl-curve25519
12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 hash = "sha256-BhgxLxjKZ4dSL7DqkaoS+wBPCd1SYZomRKrtDLdGmYQ=";
26 propagatedBuildInputs = [
28 python-axolotl-curve25519
38 "tests/test_handshakes_offline.py"
41 pythonImportsCheck = [
46 description = "WhatsApp's handshake implementation using Noise Protocol";
47 homepage = "https://github.com/tgalal/consonance";
48 license = licenses.gpl3Plus;
49 maintainers = with maintainers; [ ];