Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regenerate CGO bindings + drop unused struct which referenced nonexistent abi type #73

Merged
merged 12 commits into from
Apr 10, 2020
Prev Previous commit
Next Next commit
clippy made me do it
  • Loading branch information
laser committed Apr 9, 2020
commit 5db8a14cca41e58ae9d61093c1af72fc3b86cbcf
1 change: 0 additions & 1 deletion rust/src/bls/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use bls_signatures::{
paired::bls12_381::{G2Affine, G2Compressed},
verify as verify_sig, PrivateKey, PublicKey, Serialize, Signature,
};
use libc;
use rand::rngs::OsRng;
use rand::SeedableRng;
use rand_chacha::ChaChaRng;
Expand Down