Go to file
2017-05-11 23:04:37 +02:00
demos rename crypt to ltcrypt 2017-05-11 23:04:37 +02:00
doc OSX touch has no "--reference" long-option, only "-r" 2017-05-11 23:04:37 +02:00
hooks add pre-commit hook 2017-03-22 11:21:49 +01:00
notes looks like the previous output was not really shaXsum compatible... 2017-05-03 18:10:46 +02:00
src fix clang static analyzer warnings/errors - see #217 2017-05-11 20:37:06 +02:00
testprof wipe out testprof/makefile* 2017-05-11 23:04:37 +02:00
.clang-format add .clang-format 2015-08-25 23:58:08 +02:00
.gitattributes or perhaps exclude .git* 2017-05-11 23:04:37 +02:00
.gitignore ignore eclipse special files 2017-05-11 23:04:37 +02:00
.travis.yml make travis build a bit more verbose 2017-05-11 23:04:37 +02:00
build.sh removing "checking white spaces" part from build.sh 2017-03-01 14:00:45 +01:00
changes update changes document 2017-04-25 21:23:24 +02:00
check_source.sh improved source checks 2017-03-15 23:13:46 +01:00
coverage.sh update coverage.sh 2017-05-03 18:10:46 +02:00
coverity.sh fix coverity script 2014-10-10 00:55:18 +02:00
helper.pl tuning makefile.msvc+mingw 2017-05-11 23:04:37 +02:00
libtomcrypt_VS2008.sln improving MS Windows builds (msvc) 2017-03-29 08:48:33 +02:00
libtomcrypt_VS2008.vcproj fix windows warnings - #212 and #213 2017-05-11 17:42:43 +02:00
libtomcrypt.pc.in drop the need for testprof/makefile* 2017-05-11 23:04:37 +02:00
LICENSE after multiple objections of libtom users [1], we decided to change licensing 2011-01-19 10:18:15 +01:00
makefile minor improvements 2017-05-11 23:04:37 +02:00
makefile.include minor improvements 2017-05-11 23:04:37 +02:00
makefile.mingw tuning makefile.msvc+mingw 2017-05-11 23:04:37 +02:00
makefile.msvc tuning makefile.msvc+mingw 2017-05-11 23:04:37 +02:00
makefile.shared minor improvements 2017-05-11 23:04:37 +02:00
makefile.unix use make internal macros 2017-05-11 23:04:37 +02:00
printinfo.sh more trailing spaces + tabs outside of "src" dir 2017-02-24 20:50:37 +01:00
README.md part of feature/doc changes 2017-02-28 17:35:57 +01:00
run.sh part of feature/doc changes 2017-02-28 17:35:57 +01:00
testbuild.sh travis: print version information in build scripts 2014-02-25 10:31:13 +01:00
testme.sh add separate CHECK_SOURCES build target 2017-03-01 14:09:29 +01:00
TODO added libtomcrypt-1.17 2010-06-16 12:39:13 +02:00
updatemakes.sh fix makefile.icc in makefile update scripts 2017-05-11 23:04:37 +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.

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.