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