aboutsummaryrefslogtreecommitdiff
path: root/security/tea-total/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile problem under FreeBSD currentEdwin Groothuis2002-11-241-0/+28
| | | | | | | | PR: ports/45662 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=70942
* Fix MASTER_SITES, add CFLAGS support, and allow use of the INSTALL*Adam Weinberger2002-10-271-6/+26
| | | | | | | | | | | macros. PR: 44488 Submitted by: KATO Tsuguru <tkato@prontomail.com> Approved by: pat Notes: svn path=/head/; revision=68971
* Partially fix build on -current. This is still broken due to an unzeroedKris Kennaway2002-10-211-5/+10
| | | | | | | malloc buffer somewhere. Notes: svn path=/head/; revision=68467
* Update to version 0.4.David E. O'Brien2001-01-125-10/+61
| | | | Notes: svn path=/head/; revision=37124
* TEA Total is an extremely small 128 bit private key basedDavid E. O'Brien2000-12-191-0/+10
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