libsecp256k1 0.3.5

Pure Rust secp256k1 implementation.
Documentation
1
2
3
4
5
6
7
8
with import <nixpkgs> { };

stdenv.mkDerivation {
  name = "libsecp256k1-env";
  buildInputs = [
    gcc rustc cargo gdb openssl pkgconfig
  ];
}