Fix: add missing import

Fixes "attempting to call undeclared routine: 'elements'"
when calling Sponge.digest from a project using the
nimble package
This commit is contained in:
Mark Spanbroek 2023-11-15 15:04:25 +01:00 committed by markspanbroek
parent 8b7a4a3151
commit af67374929

View File

@ -1,5 +1,6 @@
import ./types
import ./permutation
import ./io
import constantine/math/io/io_fields
import constantine/math/arithmetic