Zebra/zebra-chain/src
Jane Lusby afd0e90a74
Implement equihash verification (#549)
This change brings in the `equihash` crate from librustzcash and uses it to add a basic `is_valid` test for `EquihashSolutions`.

Co-authored-by: Jane Lusby <jane@zfnd.org>
2020-06-26 11:21:02 -07:00
..
addresses add cargo fmt to ci (#403) 2020-05-27 19:12:25 -07:00
block Refactor block module to have submodules (#512) 2020-06-25 09:18:05 -07:00
keys Export ed25519 zebra (#445) 2020-06-06 18:10:32 -04:00
notes Add serde bounds to zebra-chain structures. (#231) 2020-06-15 15:08:14 -07:00
proofs Add serde bounds to zebra-chain structures. (#231) 2020-06-15 15:08:14 -07:00
transaction chain: Add a comment about transaction sizes 2020-06-24 18:22:36 +10:00
addresses.rs Add the beginnings of Sprout and Sapling key types 2020-03-28 02:42:13 -04:00
block.rs Refactor block module to have submodules (#512) 2020-06-25 09:18:05 -07:00
equihash_solution.rs Implement equihash verification (#549) 2020-06-26 11:21:02 -07:00
keys.rs Finish migration of TransparentAddress out of addresses.rs 2020-03-28 02:42:13 -04:00
lib.rs Add serde bounds to zebra-chain structures. (#231) 2020-06-15 15:08:14 -07:00
merkle_tree.rs Add serde bounds to zebra-chain structures. (#231) 2020-06-15 15:08:14 -07:00
note_commitment_tree.rs Add serde bounds to zebra-chain structures. (#231) 2020-06-15 15:08:14 -07:00
notes.rs Move note encryption types around (#362) 2020-04-19 14:45:25 -04:00
proofs.rs Add serde bounds to zebra-chain structures. (#231) 2020-06-15 15:08:14 -07:00
serde_helpers.rs Add serde bounds to zebra-chain structures. (#231) 2020-06-15 15:08:14 -07:00
serialization.rs chain: Check the maximum block size when parsing 2020-06-15 11:00:48 -07:00
sha256d_writer.rs cleanup warnings throughout codebase 2020-05-27 15:42:29 -04:00
transaction.rs Add serde bounds to zebra-chain structures. (#231) 2020-06-15 15:08:14 -07:00
types.rs consensus: Add a checkpoint verifier stub (#502) 2020-06-22 08:51:43 +10:00