Skip to content

issoupadrink/Tiny-Encryption-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

Tiny Encryption Algorithm

The Tiny Encryption Algorithm is a simple block cipher designed by David Wheeler and Roger Needham in 1994 at the Cambridge Computer Laboratory. You can read more about it here https://en.wikipedia.org/wiki/Tiny_Encryption_Algorithm.

Fun issue I found while implementing this is that Ruby does not have a nice way of dealing with C datatypes, so I had to write my own uint32_t type.

About

Implemented the Tiny Encryption Algorithm (TEA) in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages