updated header
This commit is contained in:
parent
4b5ed39b91
commit
0064eb7d26
@ -1,9 +1,15 @@
|
|||||||
--[[
|
--[[
|
||||||
implementation of the RC5 cipher in Lua5.1
|
implementation of the RC5 cipher in Lua5.1
|
||||||
|
Licensed under the GNU GPLv3 license
|
||||||
|
|
||||||
03/11/2022
|
03/28/2022
|
||||||
Sean Smith
|
Sean Smith
|
||||||
sean@spacealien.xyz
|
sean@spacealien.xyz
|
||||||
|
|
||||||
|
todo:
|
||||||
|
move setup, encrypt, and decrypt to functions
|
||||||
|
use file io to encrypt files
|
||||||
|
|
||||||
]]
|
]]
|
||||||
|
|
||||||
local inspect = require 'inspect'
|
local inspect = require 'inspect'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user