mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-10 07:08:03 -05:00
chore(ci): fix end-of-file newlines
This commit is contained in:
@@ -72,4 +72,4 @@ if __name__ == "__main__":
|
||||
print(f"[{param.tag}] reason: {reason} (param)")
|
||||
sys.exit(int(1)) # Explicit conversion is needed to make this call work
|
||||
else:
|
||||
print("All parameters passed the security check")
|
||||
print("All parameters passed the security check")
|
||||
|
||||
2
tfhe/.gitignore
vendored
2
tfhe/.gitignore
vendored
@@ -1 +1 @@
|
||||
build/
|
||||
build/
|
||||
|
||||
@@ -37,4 +37,3 @@ foreach (testsourcefile ${TEST_CASES})
|
||||
# Enabled asserts even in release mode
|
||||
add_definitions(-UNDEBUG)
|
||||
endforeach (testsourcefile ${TEST_CASES})
|
||||
|
||||
|
||||
@@ -56,4 +56,3 @@
|
||||
|
||||
## API references
|
||||
* [docs.rs](https://docs.rs/tfhe/)
|
||||
|
||||
|
||||
@@ -95,7 +95,3 @@ If the host machine supports AVX-512, then the argument `AVX512_SUPPORT=ON' shou
|
||||
#Integer benchmarks:
|
||||
make AVX512_SUPPORT=ON bench_integer
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -139,6 +139,3 @@ let clear_result = clear_a + clear_b;
|
||||
|
||||
assert_eq!(decrypted_result, clear_result);
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -63,6 +63,3 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
Ok(())
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -49,4 +49,3 @@ fn main() {
|
||||
assert_eq!(clear, 255u8);
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
@@ -5,4 +5,3 @@ const presets = [
|
||||
];
|
||||
|
||||
module.exports = { presets };
|
||||
|
||||
|
||||
@@ -83,5 +83,3 @@ async function setup() {
|
||||
|
||||
|
||||
setup()
|
||||
|
||||
|
||||
|
||||
@@ -3,4 +3,3 @@ import { runTestAttachedToButton } from "./common.mjs";
|
||||
test('Compressed Public Key Test', async () => {
|
||||
await runTestAttachedToButton('compressedPublicKeyTest')
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user