aboutsummaryrefslogtreecommitdiff
path: root/security/tea-total
Commit message (Collapse)AuthorAgeFilesLines
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58742
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+1
| | | | Notes: svn path=/head/; revision=37252
* Update to version 0.4.David E. O'Brien2001-01-128-15/+68
| | | | Notes: svn path=/head/; revision=37124
* TEA Total is an extremely small 128 bit private key basedDavid E. O'Brien2000-12-196-0/+48
encryption/decryption system which uses the new variant of TEA (Tiny Encryption Algorithm) by David Wheeler and Roger Needham of the Cambridge Computer Laboratory. TEA is said to be several times faster than DES, as well as being much smaller and more secure. It also isn't encumbered by any patents and the reference implementation is in the public domain. Notes: svn path=/head/; revision=36136