snarkvm_algorithms_cuda

Function NTT

Source
pub fn NTT<T>(
    domain_size: usize,
    inout: &mut [T],
    ntt_order: NTTInputOutputOrder,
    ntt_direction: NTTDirection,
    ntt_type: NTTType,
) -> Result<(), Error>
Expand description

Compute an in-place NTT on the input data.