added main lua file
This commit is contained in:
parent
b574f962a4
commit
93ad0888a5
17
encrypt.lua
Normal file
17
encrypt.lua
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
--[[
|
||||||
|
implementation of the RC5 cipher in Lua
|
||||||
|
|
||||||
|
03/11/2022
|
||||||
|
Sean Smith
|
||||||
|
sean@spacealien.xyz
|
||||||
|
|
||||||
|
-initialize the variables specified in the paper
|
||||||
|
-translate and copy the functions in the appendix of the paper
|
||||||
|
--were gonna use static variables of 32bit key for now
|
||||||
|
-do key expansion
|
||||||
|
|
||||||
|
|
||||||
|
]]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user