Nova-based VDF using MinRoot as an example (#86)

* add the MinRoot VDF example

* optimize a bit

* optimization and cleanup

* clippy

* add examples to CI

* use inbuilt pow_vartime
This commit is contained in:
Srinath Setty
2022-07-07 18:30:43 -07:00
committed by GitHub
parent 63f08c0e4a
commit ff40d17cc4
2 changed files with 234 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ jobs:
run: rustup component add clippy
- name: Build
run: cargo build --verbose
- name: Build examples
run: cargo build --examples --verbose
- name: Run tests
run: cargo +stable test --release --verbose
- name: Check Rustfmt Code Style