updated header

This commit is contained in:
sa 2022-03-28 14:35:14 -04:00
parent 4b5ed39b91
commit 0064eb7d26

View File

@ -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'