Go to file
2014-07-14 15:42:32 +02:00
demos fix warnings in tests 2014-05-01 18:01:13 +02:00
doc flush content of CVS/SVN tags 2014-04-29 21:13:49 +02:00
notes
src current icc defines the same macros and functionset as gcc 2014-07-12 17:28:54 +02:00
testprof update shared makefiles 2014-07-14 15:35:04 +02:00
.gitignore update gitignore 2014-07-14 15:35:04 +02:00
.travis.yml travis.yml: add test runs without "timing resistance" 2014-05-08 15:10:09 +02:00
build.sh only run tests when build was without warnings 2014-05-01 18:13:21 +02:00
changes
coverage.sh coverage: exclude some folders 2014-05-07 17:36:50 +02:00
coverity.sh add coverity build and upload script 2014-05-25 00:35:03 +02:00
crypt.tex ccm: clarify pt and ct parameters in doc and API description 2014-04-30 20:19:11 +02:00
Doxyfile
filter.pl
fixupind.pl
genlist.sh flush content of CVS/SVN tags 2014-04-29 21:13:49 +02:00
libtomcrypt_VS2005.sln
libtomcrypt_VS2005.vcproj
libtomcrypt_VS2008.sln
libtomcrypt_VS2008.vcproj
libtomcrypt.dsp
libtomcrypt.pc.in pkgconfig: set libdir= to $LIBPATH (for multi-arch) 2014-02-25 10:45:20 +01:00
LICENSE
makefile clean up makefile 2014-07-14 15:42:32 +02:00
makefile.icc update icc makefiles to current compiler versions 2014-07-12 17:25:12 +02:00
makefile.mingw update makefiles 2014-05-09 23:07:33 +02:00
makefile.msvc update makefiles 2014-05-09 23:07:33 +02:00
makefile.shared update shared makefiles 2014-07-14 15:35:04 +02:00
makefile.unix update makefiles 2014-05-09 23:07:33 +02:00
mess.sh
parsenames.pl flush content of CVS/SVN tags 2014-04-29 21:13:49 +02:00
printinfo.sh printinfo: display version of correct compiler if CC does not point to gcc 2014-05-07 16:15:50 +02:00
README.md add coverity badge 2014-05-25 00:35:03 +02:00
run.sh flush content of CVS/SVN tags 2014-04-29 21:13:49 +02:00
testbuild.sh
testme.sh testme.sh: add test runs without "timing resistance" 2014-05-08 15:11:38 +02:00
TODO
updatemakes.sh makefiles for MS Windows gcc compiler 2014-04-29 18:25:15 +02:00

libtomcrypt

See doc/crypt.pdf for a detailed documentation

Project Status

develop: Build Status Coverage Status Coverity Scan 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.