Go to file
Jane Lusby 3d0b6b7927 (cargo-release) start next development iteration 0.1.6-alpha.0 2020-12-09 15:48:50 -08:00
.github/workflows update bindgen and cc deps (#6) 2020-09-15 17:11:33 -07:00
depend re-export and test new precompute api 2020-12-09 15:22:40 -08:00
src (cargo-release) version 0.1.5 2020-12-09 15:47:54 -08:00
.gitignore add .gitignore 2018-02-25 06:58:26 +01:00
.gitmodules remove submodule 2020-10-09 13:49:39 -07:00
CHANGELOG.md (cargo-release) version 0.1.5 2020-12-09 15:47:54 -08:00
Cargo.toml (cargo-release) start next development iteration 0.1.6-alpha.0 2020-12-09 15:48:50 -08:00
LICENSE Initial commit 2018-02-25 06:26:24 +01:00
README.md re-export and test new precompute api 2020-12-09 15:22:40 -08:00
build.rs Use the endomorphism optimization for secp256k1 (#10) 2020-10-09 17:20:22 -07:00

README.md

zcash_script

Build Status Latest Version Rust Documentation

Rust bindings to the ECC's zcash_script c++ library.

Updating depend/zcash

To pull in recent changes from the upstream repo run the following:

git subtree pull -P depend/zcash <repo> <branch> --squash