This commit is contained in:
kepler155c@gmail.com
2019-07-21 14:49:03 -06:00
parent e68c9e938f
commit 267ee439b5
2 changed files with 1 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ local sha2 = require('opus.crypto.sha2')
local Krist = { }
local function sha256(key)
return sha2:digest(key):toHex()
return sha2.digest(key):toHex()
end
local function makeaddressbyte(byte)