Skip to content

Commit

Permalink
WIP: make simple changes to test the behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed May 15, 2024
1 parent 294ca31 commit 4814b87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tfhe/src/boolean/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ pub(crate) fn random_integer() -> u32 {
// generate a random u32
rng.gen::<u32>()
}
// A simple change

/// Generate a couple of client and server keys with the default cryptographic parameters:
/// `DEFAULT_PARAMETERS`.
Expand Down
2 changes: 2 additions & 0 deletions tfhe/src/c_api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ pub mod high_level_api;
#[cfg(feature = "shortint-c-api")]
pub mod shortint;
pub(crate) mod utils;

// A simple change

0 comments on commit 4814b87

Please sign in to comment.