Skip to content

TEA2 Block cipher encryption source code in C. Tiny Encryption Algorithm 2. 256-bit key. 128-bit block cipher (like AES) 128 rounds.

License

Notifications You must be signed in to change notification settings

MikeVangrouss/TEA2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TEA2

TEA2 Block cipher encryption source code in C. Tiny Encryption Algorithm 2. 256-bit keys.

TEA2 was released in 2006. It has exactly the same design as TEA but uses 64-bit integers instead of 32-bit integers. It no longer works on 64-bit blocks but on 128-bit blocks like AES and with 256-bit keys.