Go to file
2013-08-14 15:56:10 +02:00
demos remove unused variable in demos/encrypt.c 2013-03-22 15:15:06 +02:00
doc added libtomcrypt-1.17 2010-06-16 12:39:13 +02:00
notes fixed 'golden' XTEA testvectors that are used when running testme.sh 2013-03-22 15:15:07 +02:00
src move hkdf to misc 2013-08-14 15:47:07 +02:00
testprof der_tests: trim trailing spaces 2013-04-18 11:22:25 +02:00
.gitignore update gitignore 2013-03-20 18:34:16 +02:00
.travis.yml add travis-ci configuration 2013-05-29 12:52:00 +02:00
build.sh build/testme: remove -j4 parameter 2013-03-15 11:08:54 +01:00
changes added libtomcrypt-1.17 2010-06-16 12:39:13 +02:00
crypt.lof added libtomcrypt-1.17 2010-06-16 12:39:13 +02:00
crypt.tex fixed latex compile errors 2013-03-15 11:16:17 +01:00
Doxyfile added libtomcrypt-1.17 2010-06-16 12:39:13 +02:00
filter.pl mark scripts as executable 2012-11-23 00:49:26 +01:00
fixupind.pl mark scripts as executable 2012-11-23 00:49:26 +01:00
genlist.sh mark scripts as executable 2012-11-23 00:49:26 +01:00
libtomcrypt_VS2005.sln Added project and solution files for Visual Studio 2005 and Visual Studio 2008. 2010-06-16 20:01:47 +02:00
libtomcrypt_VS2005.vcproj add hkdf impl 2013-03-15 11:16:16 +01:00
libtomcrypt_VS2008.sln Added project and solution files for Visual Studio 2005 and Visual Studio 2008. 2010-06-16 20:01:47 +02:00
libtomcrypt_VS2008.vcproj add hkdf impl 2013-03-15 11:16:16 +01:00
libtomcrypt.dsp add hkdf impl 2013-03-15 11:16:16 +01:00
LICENSE after multiple objections of libtom users [1], we decided to change licensing 2011-01-19 10:18:15 +01:00
makefile update makefiles 2013-08-14 15:56:10 +02:00
makefile.icc update makefiles 2013-08-14 15:56:10 +02:00
makefile.msvc update makefiles 2013-08-14 15:56:10 +02:00
makefile.shared update makefiles 2013-08-14 15:56:10 +02:00
makefile.unix update makefiles 2013-08-14 15:56:10 +02:00
mess.sh mark scripts as executable 2012-11-23 00:49:26 +01:00
parsenames.pl mark scripts as executable 2012-11-23 00:49:26 +01:00
README.md Update README.md 2013-05-29 14:30:47 +03:00
run.sh mark scripts as executable 2012-11-23 00:49:26 +01:00
testbuild.sh mark scripts as executable 2012-11-23 00:49:26 +01:00
testme.sh build/testme: remove -j4 parameter 2013-03-15 11:08:54 +01:00
TODO added libtomcrypt-1.17 2010-06-16 12:39:13 +02:00
updatemakes.sh mark scripts as executable 2012-11-23 00:49:26 +01:00

libtomcrypt

See doc/crypt.pdf for a detailed documentation

Build Status

develop: Build Status

Submitting patches

Please branch off from develop if you want to submit a patch.

Branches

Please be aware, that all branches besides master and develop can and will be force-pushed, rebased and/or removed!

If you want to rely on such an unstable branch, create your own fork of this repository to make sure nothing breaks for you.