mit-dci / opencx

An open-source cryptocurrency exchange toolkit for implementing experimental exchange features
MIT License
202 stars 63 forks source link

match: add protocol verify test and benchmarks #36

Closed Rjected closed 4 years ago

Rjected commented 4 years ago

This PR adds a NFR transcript and verification for the transcript. A lot of it runs in parallel, for example key generation for the timelock puzzles, and it might help to hard-code some big numbers that are keys in order to lower the overhead when running large benchmarks.

This fixes #35.