1 { lib, fetchFromGitLab, buildDunePackage, zarith }:
6 src = fetchFromGitLab {
7 owner = "nomadic-labs";
8 repo = "cryptography/ocaml-ff";
10 hash = "sha256-IoUH4awMOa1pm/t8E5io87R0TZsAxJjGWaXhXjn/w+Y=";
15 propagatedBuildInputs = [
22 inherit (src.meta) homepage;
23 description = "Minimal finite field signatures";
24 license = lib.licenses.mit;
25 maintainers = [ lib.maintainers.ulrikstrid ];