11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "1m85qvw9dwxk81mv9k45c9n75pk8wqn70qkinqh56h5zv56vgq24";
20 propagatedBuildInputs = [
31 pythonImportsCheck = [ "fe25519" ];
34 description = "Python field operations for Curve25519's prime";
35 homepage = "https://github.com/BjoernMHaase/fe25519";
36 license = with licenses; [ cc0 ];
37 maintainers = with maintainers; [ fab ];