Rational proofs of space time playgounrd and benchmarking
go get -u github.com/kardianos/govendor
govendor sync
go build
- Implement protocols store, prove and verify
- Store
- Prove
- Verify
- Optimal store size
- Support all paper params
- Fast random-access of data from store (bit-level)
- Table generation and validity tests
- Tests using in-memory table data
- Optimal Merkle tree generation and store
- Real-world test scenarios
go test ./...