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)

View File

@@ -6,9 +6,6 @@ local fs = _G.fs
local os = _G.os
local shell = _ENV.shell
local programDir = fs.getDir(shell.getRunningProgram())
os.loadAPI(programDir .. '/'.. 'json')
local w = require("swshop.w")
local r = require("swshop.r")
local k = require("swshop.k")