move the group_fft module to be more consistent

This commit is contained in:
Balazs Komuves 2026-06-13 14:22:36 +02:00
parent f17c0389b9
commit e6e0ba01b2
No known key found for this signature in database
GPG Key ID: F63B7AEF18435562
3 changed files with 2 additions and 3 deletions

View File

@ -16,7 +16,7 @@ import groth16/bn128/arrays
import groth16/math/domain
import groth16/math/ntt
import groth16/dynamic/group_fft
import groth16/math/group_fft
import shared

View File

@ -15,8 +15,7 @@ import groth16/bn128/arrays
import groth16/math/domain
import groth16/math/ntt
import groth16/dynamic/group_fft
import groth16/math/group_fft
#-------------------------------------------------------------------------------