Go to file
Kelvin Sherlock 6f6e2d30a8 clang-format
2017-04-08 15:43:38 -04:00
demos demos/test facelift 2017-03-30 16:56:10 +02:00
doc
hooks add pre-commit hook 2017-03-22 11:21:49 +01:00
notes SHA3 2017-03-29 13:44:04 +02:00
src clang-format 2017-04-08 15:43:38 -04:00
testprof add blake2b hash 2017-04-08 15:40:56 -04:00
.clang-format
.gitignore improving MS Windows builds (msvc) 2017-03-29 08:48:33 +02:00
.travis.yml send travis notifications to #libtom-notifications 2017-03-30 15:49:04 +02:00
build.sh
changes
check_source.sh
coverage.sh
coverity.sh
crypt.tex
Doxyfile
fixupind.pl
helper.pl improving MS Windows builds (msvc) 2017-03-29 08:48:33 +02:00
libtomcrypt_VS2008.sln improving MS Windows builds (msvc) 2017-03-29 08:48:33 +02:00
libtomcrypt_VS2008.vcproj makefile updates. 2017-04-07 23:47:16 -04:00
libtomcrypt.pc.in
LICENSE
makefile makefile updates. 2017-04-07 23:47:16 -04:00
makefile.icc makefile updates. 2017-04-07 23:47:16 -04:00
makefile.include enable -Wdeclaration-after-statement by default 2017-03-26 19:30:18 +02:00
makefile.mingw makefile updates. 2017-04-07 23:47:16 -04:00
makefile.msvc makefile updates. 2017-04-07 23:47:16 -04:00
makefile.shared makefile updates. 2017-04-07 23:47:16 -04:00
makefile.unix makefile updates. 2017-04-07 23:47:16 -04:00
mess.sh
printinfo.sh
README.md
run.sh
testbuild.sh
testme.sh
TODO
updatemakes.sh

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.

Patch integration will be faster if tests and documentation are included.

Please update the makefiles in a separate commit. To update them simply run the updatemakes.sh script.

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.