Go to file
2017-03-02 12:18:47 +01:00
demos tv_gen needs more #ifdefs 2017-03-01 12:09:50 +01:00
doc
notes
src move declarations at the block beginning (ANSI C) 2017-03-01 15:02:08 +01:00
testprof fix base64url related errors when only LTC_BASE64 is defined 2017-03-01 11:37:49 +01:00
.clang-format
.gitignore fix gitignore 2016-04-03 14:12:27 +02:00
.travis.yml also install binutils from debian-sid 2017-03-02 12:18:47 +01:00
build.sh removing "checking white spaces" part from build.sh 2017-03-01 14:00:45 +01:00
changes
check_source.sh add separate CHECK_SOURCES build target 2017-03-01 14:09:29 +01:00
check-source.pl tuning build.sh to handle -DLTC_EASY 2017-03-01 13:35:19 +01:00
coverage.sh don't execute coverage script for private travis 2017-03-01 15:19:34 +01:00
coverity.sh
crypt.tex fixes #135 RC2 min keylen 40bit (was 64bit) 2017-02-28 20:09:32 +01:00
Doxyfile
filter.pl sanitize some Perl scripts 2017-02-28 19:59:58 +01:00
fixupind.pl sanitize some Perl scripts 2017-02-28 19:59:58 +01:00
genlist.sh
libtomcrypt_VS2005.sln
libtomcrypt_VS2005.vcproj
libtomcrypt_VS2008.sln
libtomcrypt_VS2008.vcproj
libtomcrypt.dsp
libtomcrypt.pc.in
LICENSE
makefile sanitize some Perl scripts 2017-02-28 19:59:58 +01:00
makefile.icc update makefiles 2017-02-21 16:57:21 +01:00
makefile.include ignore warnings of clang created by my stdlib 2017-02-27 18:12:22 +01:00
makefile.mingw update makefiles 2017-02-21 16:57:21 +01:00
makefile.msvc update makefiles 2017-02-21 16:57:21 +01:00
makefile.shared update makefiles 2017-02-21 16:57:21 +01:00
makefile.unix update makefiles 2017-02-21 16:57:21 +01:00
mess.sh
parsenames.pl sort filenames on perl level during updatemakes.sh 2017-03-01 22:07:28 +01: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
testme.sh add separate CHECK_SOURCES build target 2017-03-01 14:09:29 +01:00
TODO
updatemakes.sh fix updatemakes.sh indentation 2017-03-01 17:52:05 +01: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.