Clean up Fq exports

This commit is contained in:
Miguel Oliveira 2022-03-01 20:32:24 -03:00
parent a6c7ac2dad
commit 03f8835eb2
No known key found for this signature in database
GPG key ID: 2C2BE789E1377025

5
fq.lua
View file

@ -291,13 +291,8 @@ end
return {
num = num,
carry = carry,
intAdd = intAdd,
intMul = intMul,
reduce = reduce,
add = add,
neg = neg,
redc = redc,
montgomery = montgomery,
demontgomery = demontgomery,
mul = mul,