Skip to content

Commit

Permalink
interop module is now removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Feb 17, 2024
1 parent 1823128 commit 840f227
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ffi_interface/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
// This is just a simple interop file that we will delete later. Its only use is to
// ensure that the ffi_interface crate has not changed any behaviour from the
// java jni crate.
//
// Once the java jni crate uses the below implementation, we will remove this file.
pub mod interop;

use banderwagon::Fr;
use banderwagon::{trait_defs::*, Element};
use ipa_multipoint::committer::{Committer, DefaultCommitter};
Expand Down

0 comments on commit 840f227

Please sign in to comment.