rust ecntt hotfix (#509)

## Describe the changes

This PR fixes Rust ECNTT benches and tests


---------

Co-authored-by: VitaliiH <Vitaliy@ingo>
This commit is contained in:
VitaliiH
2024-05-09 10:21:21 +02:00
committed by GitHub
parent 094683d291
commit 49079d0d2a

View File

@@ -61,7 +61,7 @@ macro_rules! impl_ecntt {
$field,
$field_config,
ECNTTUnchecked,
"_ecntt_",
"_ecntt",
ProjectiveC
);
@@ -161,6 +161,7 @@ macro_rules! impl_ecntt_bench {
use icicle_core::ntt::ntt;
use icicle_core::ntt::NTTDomain;
use icicle_cuda_runtime::memory::HostOrDeviceSlice;
use std::env;
use std::sync::OnceLock;
use criterion::{black_box, criterion_group, criterion_main, Criterion};