mirror of
https://github.com/logos-storage/circom-compat-ffi.git
synced 2026-01-07 15:23:10 +00:00
cleanup
This commit is contained in:
parent
6028d1e0fc
commit
b6d70a1a64
@ -1,5 +1,10 @@
|
|||||||
use std::{
|
use std::{
|
||||||
any::Any, ffi::{c_char, CStr}, fs::File, os::raw::c_void, panic::{catch_unwind, AssertUnwindSafe}, ptr::slice_from_raw_parts_mut
|
any::Any,
|
||||||
|
ffi::{c_char, CStr},
|
||||||
|
fs::File,
|
||||||
|
os::raw::c_void,
|
||||||
|
panic::{catch_unwind, AssertUnwindSafe},
|
||||||
|
ptr::slice_from_raw_parts_mut,
|
||||||
};
|
};
|
||||||
|
|
||||||
use ark_bn254::{Bn254, Fr};
|
use ark_bn254::{Bn254, Fr};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user