810 Commits (40f768ed606d04f372bfb55c5a06361a72d2b0f3)
 

Author SHA1 Message Date
Jim Posen 40f768ed60 Fix off-by-one so pedersen_hash doesn't consume too many generators. 5 years ago
ebfull 6f0080ba72
Merge pull request #105 from Eirik0/cargo-clean-up 5 years ago
Eirik Ogilvie-Wigley 7461f8936d Update travis to require formatting 5 years ago
Eirik Ogilvie-Wigley a7c5993597 cargo fmt 5 years ago
Eirik Ogilvie-Wigley 272be62212 cargo fmt zcash_proofs 5 years ago
Eirik Ogilvie-Wigley 81c58172c3 cargo fmt zcash_primitives 5 years ago
Eirik Ogilvie-Wigley 9a4f6812f1 cargo fmt bellman 5 years ago
Eirik Ogilvie-Wigley bc7ea564d3 cargo fmt pairing 5 years ago
str4d 3584485516
Merge pull request #104 from str4d/remove-sapling-crypto 5 years ago
Jack Grigg 1b865ecfdf
Remove sapling-crypto 5 years ago
Jack Grigg 5fb9b86ba0
Move Jubjub, Pedersen hash and primitives into zcash_primitives 5 years ago
Jack Grigg b8af749b40
Move generic circuit gadgets into bellman 5 years ago
Jack Grigg 61c633db1e
Move Jubjub and Pedersen hash gadgets into zcash_proofs 5 years ago
Jack Grigg 2ae5804a67
Move Sprout and Sapling circuits into zcash_proofs 5 years ago
Jack Grigg 7ea6d10480
Move redjubjub into zcash_primitives 5 years ago
str4d f931562431
Merge pull request #94 from str4d/upgrade-deps 5 years ago
Jack Grigg 81786c24c0
Fix clippy linter errors in pairing crate 5 years ago
Jack Grigg 13933d8c51
Use modern clippy linter syntax 5 years ago
Jack Grigg 3e35dd215c
cargo update 5 years ago
Jack Grigg 3211536324
Upgrade to crypto_api_chachapoly >= 0.2.1 5 years ago
Jack Grigg ec321382e1
Upgrade to bech32 0.7 5 years ago
Jack Grigg a12b8053b0
Upgrade to digest 0.8 5 years ago
Jack Grigg 2f1cae62b1
Upgrade to fpe 0.2 5 years ago
str4d 52ea437e11
Merge pull request #92 from str4d/transaction-builder 5 years ago
str4d 4a6c9ec425
Comment that we support a minimal set of script opcodes 5 years ago
Jack Grigg a28d94ff2e
Panic if Amount addition or subtraction overflows 5 years ago
Jack Grigg 1760b275a7
Simplify transaction builder tests 5 years ago
Jack Grigg 3a73f946c5
Simplify structure of transaction builder errors 5 years ago
Jack Grigg e6663212ff
Improve documentation for Amount 5 years ago
Jack Grigg 7c07914bfd
Separate Amount::{from_i64, from_nonnegative_i64} APIs 5 years ago
str4d 4255b44b21
Merge pull request #13 from str4d/nullifier-test-vectors 5 years ago
Jack Grigg 59ed258c7f
Make Amount opaque, and use it more 5 years ago
Jack Grigg ab60b8804a
impl operators for Amount 5 years ago
Jack Grigg 0ea4408d46
Amount::{zero, is_positive, is_negative} 5 years ago
Jack Grigg fa50d551c8
Move Amount impl into a submodule 5 years ago
Jack Grigg 17f6bbcc67
Pass tx builder RNG to spend_sig() 5 years ago
Jack Grigg 532299d46e
Allow transaction::Builder RNG to be configured 5 years ago
Jack Grigg 4b61120cd0
Pass tx builder RNG to SaplingNoteEncryption 5 years ago
Jack Grigg 54ef63bace
Place zcash_proofs::prover::LocalTxProver behind a feature flag 5 years ago
Jack Grigg a1cd9dfbac
transaction::Builder::add_transparent_output() 5 years ago
Jack Grigg c26188a0bb
TransparentAddress struct for P2PKH and P2SH 5 years ago
Jack Grigg dab3c002b7
Script opcode and data support 5 years ago
Jack Grigg 1862354ea6
Sapling transaction builder 5 years ago
Jack Grigg 01618038bf
TxProver trait to abstract over the circuit parameters 5 years ago
str4d 05f098e893
Merge pull request #91 from str4d/upgrade-rand 5 years ago
str4d 0255dca16e
Clarify masking of bits in Field::random impls 5 years ago
str4d 5a48d179b8
Merge pull request #90 from adityapk00/paperwallet 5 years ago
Aditya Kulkarni 7f60f0f881 Make some methods in DiversifierKey, DiversiferIndex pub 5 years ago
Jack Grigg c4e14ad0b1
Address libc deprecations 5 years ago
Jack Grigg 6f9083b5ab
Migrate to rand 0.7 5 years ago