We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294ca31 commit 4814b87Copy full SHA for 4814b87
tfhe/src/boolean/mod.rs
@@ -98,6 +98,7 @@ pub(crate) fn random_integer() -> u32 {
98
// generate a random u32
99
rng.gen::<u32>()
100
}
101
+ // A simple change
102
103
/// Generate a couple of client and server keys with the default cryptographic parameters:
104
/// `DEFAULT_PARAMETERS`.
tfhe/src/c_api/mod.rs
@@ -8,3 +8,5 @@ pub mod high_level_api;
8
#[cfg(feature = "shortint-c-api")]
9
pub mod shortint;
10
pub(crate) mod utils;
11
+
12
+// A simple change
0 commit comments