use pasta_msm crate for MSM (#75)

* use pasta_msm crate for MSM

* add repr-c to pasta_curves

* add +stable

* update pasta-msm version
This commit is contained in:
Srinath Setty
2022-05-26 17:27:19 +05:30
committed by GitHub
parent 0154358469
commit 8308c29f94
3 changed files with 6 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --release --verbose
run: cargo +stable test --release --verbose
- name: Check Rustfmt Code Style
run: cargo fmt --all -- --check
- name: Check clippy warnings