mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
chore(tfhe): update check toolchain
This commit is contained in:
@@ -7,10 +7,7 @@ fn sqr(x: f64) -> f64 {
|
||||
|
||||
fn criterion_bench(c: &mut Criterion) {
|
||||
{
|
||||
use tfhe::core_crypto::fft_impl::fft128::crypto::bootstrap::{
|
||||
bootstrap_scratch, Fourier128LweBootstrapKey,
|
||||
};
|
||||
use tfhe::core_crypto::fft_impl::fft128::math::fft::Fft128;
|
||||
use tfhe::core_crypto::fft_impl::fft128::crypto::bootstrap::bootstrap_scratch;
|
||||
use tfhe::core_crypto::prelude::*;
|
||||
type Scalar = u128;
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
nightly-2023-01-30
|
||||
nightly-2023-04-12
|
||||
|
||||
Reference in New Issue
Block a user