11 src = fetchFromGitLab {
12 owner = "nomadic-labs";
13 repo = "cryptography/ocaml-ff";
15 hash = "sha256-IoUH4awMOa1pm/t8E5io87R0TZsAxJjGWaXhXjn/w+Y=";
20 propagatedBuildInputs = [
27 inherit (src.meta) homepage;
28 description = "Minimal finite field signatures";
29 license = lib.licenses.mit;
30 maintainers = [ lib.maintainers.ulrikstrid ];