gballet / multiproof-rs

A rust implementation of Alexey Akhunov's multiproof algorithm
Apache License 2.0
32 stars 8 forks source link

Break code into smaller files #41

Closed gballet closed 4 years ago

gballet commented 4 years ago

This is ahead of some work to be able to handle different types of instruction sets and trees.

It just moves code specific to instruction, nodes and multiproof into their own files, along with relevant unit tests. Only the general algorithm remain in lib.rs.