6 buildPythonPackage rec {
7 pname = "pycryptodomex";
11 inherit pname version;
12 sha256 = "sha256-VBzT4+JS+xmntI9CC3mLU0gzArf+TZlUyUdgXQomPWI=";
15 pythonImportsCheck = [ "Cryptodome" ];
18 description = "A self-contained cryptographic library for Python";
19 homepage = "https://www.pycryptodome.org";
20 license = licenses.bsd2;
21 maintainers = with maintainers; [ fab ];