Skip to content

Commit

Permalink
fix(deps): fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
tremblaythibaultl committed Jul 12, 2023
1 parent 1cf9192 commit dd28678
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 41 deletions.
75 changes: 36 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ use std::{fs::File, io::Read};

use clap::{Parser, Subcommand};

use fhevm_tfhe_cli::ciphertext_types::{CiphertextTypeRepo, Format, Precision};
use fhevm_tfhe_cli::gen_keys::gen_keys;
use tfhe::{FheUint128, FheUint16, FheUint256, FheUint32, FheUint64, FheUint8};
use zbc_fhe_tool::ciphertext_types::{CiphertextTypeRepo, Format, Precision};
use zbc_fhe_tool::gen_keys::gen_keys;

use std::fs::write;

Expand Down

0 comments on commit dd28678

Please sign in to comment.