Go to file
2017-06-08 22:20:45 +02:00
demos remove dependency of demos to tests/common 2017-06-08 22:20:45 +02:00
doc
hooks
notes
src always provide compare_testvector() as a function 2017-06-08 22:20:45 +02:00
tests rename der_tests to der_test 2017-06-08 22:20:45 +02:00
.clang-format
.gitattributes
.gitignore
.travis.yml
build.sh
changes
check_source.sh
coverage_more.sh
coverage.sh
coverity.sh
helper.pl add register_all_{ciphers,hashes,prngs}() 2017-06-08 22:20:45 +02:00
libtomcrypt_VS2008.sln
libtomcrypt_VS2008.vcproj Update makefiles 2017-06-08 22:20:45 +02:00
libtomcrypt.pc.in
LICENSE
makefile remove dependency of demos to tests/common 2017-06-08 22:20:45 +02:00
makefile_include.mk Update makefiles 2017-06-08 22:20:45 +02:00
makefile.mingw Update makefiles 2017-06-08 22:20:45 +02:00
makefile.msvc Update makefiles 2017-06-08 22:20:45 +02:00
makefile.shared remove dependency of demos to tests/common 2017-06-08 22:20:45 +02:00
makefile.unix Update makefiles 2017-06-08 22:20:45 +02:00
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.