This commit is contained in:
xAnavrins
2019-05-06 01:48:31 -04:00
parent 5296e134a6
commit 10fca52290
3 changed files with 11 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
local fq = require('crypto.ecc.fp')
local fq = require('crypto.ecc.fq')
local elliptic = require('crypto.ecc.elliptic')
local sha256 = require('crypto.sha2')