7 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "1eaade76d8036e1cb79e944b75874bfe5ee4046a571c0724564e1721565c73fd";
18 # upstream has no tests
21 pythonImportsCheck = [ "onetimepad" ];
24 description = "Hacky implementation of one-time pad";
25 mainProgram = "onetimepad";
26 homepage = "https://jailuthra.in/onetimepad";
27 license = lib.licenses.mit;
28 maintainers = with lib.maintainers; [ dotlambda ];