Skip to content

Commit

Permalink
Fix coprocessor compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
david-zk committed Sep 2, 2024
1 parent daf83a9 commit 658db39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fhevm-engine/fhevm-engine-common/src/tfhe_ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ pub fn debug_trivial_encrypt_be_bytes(

pub fn current_ciphertext_version() -> i16 {
0
0
}

pub fn try_expand_ciphertext_list(
Expand Down Expand Up @@ -1550,5 +1549,6 @@ pub fn perform_fhe_operation(
},
SupportedFheOperations::FheRand => todo!("Implement FheRand"),
SupportedFheOperations::FheRandBounded => todo!("Implement FheRandBounded"),
SupportedFheOperations::FheGetInputCiphertext => todo!("Implement FheGetInputCiphertext"),
}
}
}
2 changes: 0 additions & 2 deletions fhevm-engine/fhevm-engine-common/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ pub enum SupportedFheOperations {
FheMax = 19,
FheNeg = 20,
FheNot = 21,
FheCast = 30,
FheIfThenElse = 31,
FheCast = 23,
FheIfThenElse = 25,
FheRand = 26,
Expand Down

0 comments on commit 658db39

Please sign in to comment.