zcash-hackworks
  • Joined on 2021-03-31
zcash-hackworks synced commits to tx-v5 at zcash-hackworks/zcash-test-vectors from mirror 2021-05-05 18:27:02 -07:00
d3847978f3 Test vectors for ZIP 244
3978b4d1eb Implement structural generator for v5 transaction format (ZIP 225)
0cc31479cf Merge pull request #17 from zcash-hackworks/sinsemilla-test-vectors
f8008a01fd Apply suggestions from code review
9cb9e0f9bc Generate random test vectors for MapToCurve, GroupHash, Sinsemilla
Compare 22 commits »
zcash-hackworks synced commits to orchard-commitments at zcash-hackworks/zcash-test-vectors from mirror 2021-05-03 01:06:59 -07:00
zcash-hackworks synced new reference orchard-commitments to zcash-hackworks/zcash-test-vectors from mirror 2021-05-03 01:06:59 -07:00
zcash-hackworks synced commits to orchard-generators at zcash-hackworks/zcash-test-vectors from mirror 2021-04-30 07:46:52 -07:00
945e14694e Apply suggestions from code review
1fcffb6c85 Add Orchard generators
785c766a4e Apply suggestions from code review
b85f3bff27 Add Orchard generators
0cc31479cf Merge pull request #17 from zcash-hackworks/sinsemilla-test-vectors
Compare 9 commits »
zcash-hackworks synced commits to poseidon at zcash-hackworks/zcash-test-vectors from mirror 2021-04-30 07:46:52 -07:00
zcash-hackworks synced new reference poseidon to zcash-hackworks/zcash-test-vectors from mirror 2021-04-30 07:46:52 -07:00
zcash-hackworks synced commits to orchard-generators at zcash-hackworks/zcash-test-vectors from mirror 2021-04-29 23:37:09 -07:00
785c766a4e Apply suggestions from code review
b85f3bff27 Add Orchard generators
f8008a01fd Apply suggestions from code review
9cb9e0f9bc Generate random test vectors for MapToCurve, GroupHash, Sinsemilla
c6cd47a5dd Fix Rand.u8() to return unsigned integers
Compare 27 commits »
zcash-hackworks synced commits to orchard-merkle-crh at zcash-hackworks/zcash-test-vectors from mirror 2021-04-29 23:37:09 -07:00
c73aabd641 Add Orchard MerkleCRH
f8008a01fd Apply suggestions from code review
9cb9e0f9bc Generate random test vectors for MapToCurve, GroupHash, Sinsemilla
c6cd47a5dd Fix Rand.u8() to return unsigned integers
10bdd6c5f8 Split apart MapToCurveSimpleSWU and GroupHash test vectors
Compare 26 commits »
zcash-hackworks synced commits to sinsemilla-test-vectors at zcash-hackworks/zcash-test-vectors from mirror 2021-04-28 23:06:59 -07:00
f8008a01fd Apply suggestions from code review
9cb9e0f9bc Generate random test vectors for MapToCurve, GroupHash, Sinsemilla
c6cd47a5dd Fix Rand.u8() to return unsigned integers
10bdd6c5f8 Split apart MapToCurveSimpleSWU and GroupHash test vectors
Compare 4 commits »
zcash-hackworks synced commits to master at zcash-hackworks/zcash-test-vectors from mirror 2021-04-28 23:06:58 -07:00
0cc31479cf Merge pull request #17 from zcash-hackworks/sinsemilla-test-vectors
f8008a01fd Apply suggestions from code review
9cb9e0f9bc Generate random test vectors for MapToCurve, GroupHash, Sinsemilla
c6cd47a5dd Fix Rand.u8() to return unsigned integers
10bdd6c5f8 Split apart MapToCurveSimpleSWU and GroupHash test vectors
Compare 29 commits »
zcash-hackworks synced commits to sinsemilla-test-vectors at zcash-hackworks/zcash-test-vectors from mirror 2021-04-27 14:26:53 -07:00
e981001efc orchard_group_hash: add test vectors for map_to_curve_simple_swu.
634c599fc6 orchard_group_hash: minor refactoring.
322aff1777 orchard_group_hash.py: don't apply iso_map as part of map_to_curve_simple_swu.
Compare 3 commits »
zcash-hackworks synced commits to sinsemilla-test-vectors at zcash-hackworks/zcash-test-vectors from mirror 2021-04-27 06:16:52 -07:00
86c2796de8 Fix broken incomplete addition case check
zcash-hackworks synced commits to orchard-generators at zcash-hackworks/zcash-test-vectors from mirror 2021-04-26 22:06:55 -07:00
a0099244b3 Apply suggestions from code review
zcash-hackworks synced commits to sinsemilla-test-vectors at zcash-hackworks/zcash-test-vectors from mirror 2021-04-26 22:06:55 -07:00
4052b6404b Add rendering logic to Orchard GroupHash and Sinsemilla
943aa69e66 Remove bitstring dependency
0c6c988e2e Call iso_map in map_to_curve_simple_swu
027b362773 Some cleanup and move group_hash into its own file
a2bf6c5a04 Check for incomplete addition exceptional cases in Sinsemilla
Compare 6 commits »
zcash-hackworks synced commits to orchard-merkle-crh at zcash-hackworks/zcash-test-vectors from mirror 2021-04-26 13:56:53 -07:00
zcash-hackworks synced new reference orchard-merkle-crh to zcash-hackworks/zcash-test-vectors from mirror 2021-04-26 13:56:53 -07:00
zcash-hackworks synced commits to sinsemilla-test-vectors at zcash-hackworks/zcash-test-vectors from mirror 2021-04-22 20:07:15 -07:00
756abfbb9c Delete sinsemilla_hash_bytes which was unused and not guaranteed to have correct endianness
9f02018465 Clarify index-vs-exponent variable naming
e141b76203 Fix missing divide-by-Z
d9750457b9 Update orchard_sinsemilla.py
4e70886918 Document the fact that the iso-Pallas generator is arbitrary
Compare 9 commits »
zcash-hackworks synced commits to tx-v5 at zcash-hackworks/zcash-test-vectors from mirror 2021-04-22 20:07:15 -07:00
zcash-hackworks synced new reference tx-v5 to zcash-hackworks/zcash-test-vectors from mirror 2021-04-22 20:07:15 -07:00
zcash-hackworks synced commits to master at zcash-hackworks/zcash-test-vectors from mirror 2021-04-22 11:57:09 -07:00
88788d5476 Merge pull request #19 from zcash-hackworks/doc-fix
efa8a9ac2f Fix doc comment
Compare 2 commits »