Skip to content

Commit 4814b87

Browse files
committed
WIP: make simple changes to test the behavior
1 parent 294ca31 commit 4814b87

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tfhe/src/boolean/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ pub(crate) fn random_integer() -> u32 {
9898
// generate a random u32
9999
rng.gen::<u32>()
100100
}
101+
// A simple change
101102

102103
/// Generate a couple of client and server keys with the default cryptographic parameters:
103104
/// `DEFAULT_PARAMETERS`.

tfhe/src/c_api/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ pub mod high_level_api;
88
#[cfg(feature = "shortint-c-api")]
99
pub mod shortint;
1010
pub(crate) mod utils;
11+
12+
// A simple change

0 commit comments

Comments
 (0)