From 03f8835eb2669637a7a4a39f3b08c83552d07a35 Mon Sep 17 00:00:00 2001 From: Miguel Oliveira Date: Tue, 1 Mar 2022 20:32:24 -0300 Subject: [PATCH] Clean up Fq exports --- fq.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/fq.lua b/fq.lua index cfff414..bc90c08 100644 --- a/fq.lua +++ b/fq.lua @@ -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,