Skip to content

Commit

Permalink
small fix on test case (missed during merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
joserochh committed Oct 11, 2021
1 parent a6b74f4 commit f0305ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-ntt.cpp
Expand Up @@ -441,7 +441,7 @@ TEST_P(NttNativeTest, InverseRadix4Random) {
m_ntt.GetPrecon64InvRootOfUnityPowers().data(), 2, 1);

InverseTransformFromBitReverseRadix4(
input_radix4.data(), m_N, m_modulus,
input_radix4.data(), input_radix4.data(), m_N, m_modulus,
m_ntt.GetInvRootOfUnityPowers().data(),
m_ntt.GetPrecon64InvRootOfUnityPowers().data(), 2, 1);

Expand Down

0 comments on commit f0305ed

Please sign in to comment.