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,8 +1,8 @@
-- Chacha20 cipher in ComputerCraft
-- By Anavrins
local sha2 = require("crypto.sha2")
local util = require("util")
local sha2 = require('crypto.sha2')
local util = require('util')
local Crypto = {}
local ROUNDS = 20 -- Adjust this for speed tradeoff