Jack Grigg
|
91ff2c71cf
|
Helper for serializing CompactSize-prefixed vectors
|
2018-10-11 17:48:12 +01:00 |
ebfull
|
0b6bbfb444
|
Merge pull request #36 from zcash/ci_integration
CI integration for librustzcash
|
2018-10-10 17:26:04 -06:00 |
mdr0id
|
c0b953b8f7
|
Remove duplicate test stage for rust lastest
|
2018-10-09 09:34:10 -07:00 |
mdr0id
|
17aa1f55e4
|
CI integration for librustzcash
Adding rustc --version and removing explicit cd to librustzcash
Sanity check stage pipeline flow
Cleaning up stages
|
2018-10-09 07:09:41 -07:00 |
ebfull
|
e1c6232dd7
|
Merge pull request #32 from str4d/cargo-workspace
Convert the repo into a Cargo workspace
|
2018-08-29 12:58:43 -06:00 |
Jack Grigg
|
6e0364cd42
|
Update workspace after pulling in zip32 crate
|
2018-08-29 09:57:52 +01:00 |
Jack Grigg
|
6526b9fb53
|
Add 'zip32/' from commit '176470ef41583b5bd0bd749bd1b61d417aa8ec79'
git-subtree-dir: zip32
git-subtree-mainline: a9059c9372
git-subtree-split: 176470ef41
|
2018-08-29 09:55:40 +01:00 |
Jack Grigg
|
a9059c9372
|
Update workspace after pulling in external crates
|
2018-08-28 23:06:15 +01:00 |
Jack Grigg
|
051027cb6d
|
Add 'sapling-crypto/' from commit '21084bde2019c04bd34208e63c3560fe2c02fb0e'
git-subtree-dir: sapling-crypto
git-subtree-mainline: 9f748554d0
git-subtree-split: 21084bde20
|
2018-08-28 23:04:13 +01:00 |
Jack Grigg
|
9f748554d0
|
Add 'bellman/' from commit '10c5010fd9c2ca69442dc9775ea271e286e776d8'
git-subtree-dir: bellman
git-subtree-mainline: e924247e73
git-subtree-split: 10c5010fd9
|
2018-08-28 23:03:52 +01:00 |
Jack Grigg
|
e924247e73
|
Add 'pairing/' from commit '09b6e6f9212020f385218e5cf5287e381ccd312b'
git-subtree-dir: pairing
git-subtree-mainline: ad16ba6a35
git-subtree-split: 09b6e6f921
|
2018-08-28 23:03:42 +01:00 |
Jack Grigg
|
ad16ba6a35
|
Empty crates as a base for code refactoring
|
2018-08-28 22:24:14 +01:00 |
str4d
|
176470ef41
|
Merge pull request #1 from str4d/zip32
Implement Sapling components of ZIP 32
|
2018-08-27 15:06:02 +01:00 |
Jack Grigg
|
0ec85d362d
|
Set up a Cargo workspace
|
2018-08-23 21:10:04 +01:00 |
Jack Grigg
|
d7257ce010
|
Move librustzcash crate into subdir
|
2018-08-23 21:04:02 +01:00 |
Jack Grigg
|
6671234ad1
|
cargo fmt
|
2018-08-22 23:59:40 +01:00 |
Jack Grigg
|
770c4bef25
|
Simplify creation of FVKFingerprint and FVKTag
|
2018-08-22 23:59:20 +01:00 |
Jack Grigg
|
e27fc674f5
|
Tidy up DiversifierIndex::increment()
|
2018-08-22 23:45:56 +01:00 |
Jack Grigg
|
ac8b27a5ba
|
Expose contents of DiversifierIndex
|
2018-08-03 13:22:50 +01:00 |
Jack Grigg
|
a4e86be665
|
Check ivk in test vectors
|
2018-08-03 13:22:35 +01:00 |
ebfull
|
f5d2afb4ea
|
Merge pull request #28 from ebfull/hash-checks-of-params
Hash checks of parameter files during initialization
|
2018-08-02 12:12:02 -06:00 |
Sean Bowe
|
48c2d3c8da
|
Get parameter hashes from the user, rather than supplying it ourselves.
|
2018-08-02 12:11:32 -06:00 |
Sean Bowe
|
d4ee94c692
|
cargo fmt
|
2018-08-01 19:01:54 -06:00 |
Sean Bowe
|
98a006e0c4
|
Hash checks of parameter files during initialization.
|
2018-08-01 18:57:10 -06:00 |
Jack Grigg
|
80130f5656
|
Expose underlying ExpandedSpendingKey and FullViewingKey for writing
|
2018-08-01 10:41:50 +01:00 |
Jack Grigg
|
599079fafe
|
Rename xsk: ExpandedSpendingKey -> expsk to disambiguate
|
2018-08-01 10:38:07 +01:00 |
Jack Grigg
|
39f978bb4f
|
ExtendedSpendingKey::read() and ExtendedFullViewingKey::read()
|
2018-08-01 10:33:37 +01:00 |
Jack Grigg
|
9c9607e47a
|
Add missing wrapping_add() caught by test vectors
|
2018-08-01 03:00:19 +01:00 |
Jack Grigg
|
342d97ac15
|
Test vectors from Python implementation
|
2018-08-01 02:52:41 +01:00 |
Jack Grigg
|
e47cafd691
|
ExtendedSpendingKey::write() and ExtendedFullViewingKey::write()
|
2018-08-01 02:51:18 +01:00 |
Jack Grigg
|
3b31854de7
|
Payment address derivation
|
2018-07-31 17:24:02 +01:00 |
Jack Grigg
|
fea07c52de
|
Diversifier derivation
|
2018-07-31 17:24:02 +01:00 |
Jack Grigg
|
f5d6091c93
|
Path derivation
|
2018-07-31 17:24:02 +01:00 |
Jack Grigg
|
e87fb329f9
|
Child key derivation
|
2018-07-31 17:24:02 +01:00 |
Jack Grigg
|
0e1d440287
|
Serialization and fingerprint for ExpandedSpendingKey and FullViewingKey
|
2018-07-31 17:24:02 +01:00 |
Jack Grigg
|
2fdfa4b671
|
ExtendedSpendingKey::master()
|
2018-07-31 17:24:02 +01:00 |
Jack Grigg
|
8db848139b
|
Basic conversions
|
2018-07-31 17:24:02 +01:00 |
Jack Grigg
|
1b8da6b12d
|
ZIP 32 structures
|
2018-07-31 17:23:58 +01:00 |
ebfull
|
f55a654901
|
Merge pull request #26 from ebfull/bump-sapling-crypto
Update sapling-crypto
|
2018-07-30 21:08:52 -06:00 |
Sean Bowe
|
bd9b8aabb9
|
Update sapling-crypto
|
2018-07-30 18:52:03 -06:00 |
ebfull
|
21084bde20
|
Merge pull request #81 from ebfull/must_use
Add must_use to operations over Edwards points
|
2018-07-30 18:40:16 -06:00 |
Sean Bowe
|
b4d41b689c
|
Add must_use to operations over Edwards/Montgomery points.
|
2018-07-30 18:37:01 -06:00 |
ebfull
|
b70d6e66fc
|
Merge pull request #79 from ebfull/pedersen-hash-performance
Improve Pedersen hash performance
|
2018-07-30 18:29:14 -06:00 |
ebfull
|
99c03c5708
|
Merge pull request #80 from ebfull/cofactor-signature-checking
Cofactor signature checking
|
2018-07-30 11:50:26 -06:00 |
Sean Bowe
|
95b498af33
|
Implement specialized doubling formula for extended twisted edwards coordinates.
|
2018-07-30 07:30:40 -06:00 |
Sean Bowe
|
821810cd82
|
Change pedersen hash outside the circuit to use window table lookups.
|
2018-07-30 07:30:40 -06:00 |
Sean Bowe
|
9cb8accf09
|
Fix nits
|
2018-07-30 07:29:23 -06:00 |
Sean Bowe
|
a57d2773ab
|
Add demonstration implementation of batch verification.
|
2018-07-27 10:54:21 -06:00 |
Sean Bowe
|
cae9715a8e
|
Change signature verification equation to permit batch verification.
|
2018-07-27 10:37:26 -06:00 |
Sean Bowe
|
3e43cae526
|
Add test that torsion doesn't affect signature verification.
|
2018-07-27 10:28:08 -06:00 |