ironfish-primitives 0.1.0

Rust implementations of the Zcash primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Implementation of the primitives used in Zcash and Iron Fish.

This is a fork of the original [`librustzcash`][librustzcash] project from
Zcash. The fork was created by the Iron Fish project to add performance
improvements.

## Delta from upstream

These are the differences between this crate and the upstream
[`librustzcash`][librustzcash]:

* Changed the elliptic curve backend from [`bls12_381`][bls12_381] to
  [`blstrs`][blstrs]

[librustzcash]: https://github.com/zcash/librustzcash
[bls12_381]: https://crates.io/crates/bls12_381
[blstrs]: https://crates.io/crates/blstrs