Skip to content

Commit

Permalink
Restructure tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jimouris committed Sep 11, 2023
1 parent 8bf09ba commit d953d25
Show file tree
Hide file tree
Showing 9 changed files with 774 additions and 755 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "helm"
description = "HELM: Homomorphic Evaluation with EDA-driven Logic Minimization"
description = "HELM: Navigating Homomorphic Evaluation through Gates and Lookups"
version = "0.1.0"
edition = "2021"
authors = ["Dimitris Mouris <[email protected]>", "Charles Gouert <[email protected]>"]
Expand Down
5 changes: 3 additions & 2 deletions src/bin/helm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ use debug_print::debug_println;
use helm::{ascii, circuit, circuit::EvalCircuit, verilog_parser};
use std::time::Instant;
use termion::color;
use tfhe::{boolean::prelude::*, shortint::parameters::PARAM_MESSAGE_2_CARRY_0};
use tfhe::{generate_keys, ConfigBuilder};
use tfhe::{
boolean::gen_keys, generate_keys, shortint::parameters::PARAM_MESSAGE_2_CARRY_0, ConfigBuilder,
};

fn main() {
ascii::print_art();
Expand Down
Loading

0 comments on commit d953d25

Please sign in to comment.