Go to file
Steffen Jaeckel 292f42d3c0 Merge pull request #227 from libtom/pr/dh_make_key_ex
DH facelift part 2 (dh_make_key_ex & co.)
2017-06-27 22:25:00 +02:00
demos re-factor dh_make_key() and variants 2017-06-27 22:00:13 +02:00
doc update title page of pdf doc 2017-06-22 14:21:14 +02:00
hooks
notes replace SVN tags 2017-06-20 15:16:11 +02:00
src also rename file 2017-06-27 22:10:07 +02:00
tests re-factor dh_export_radix() to dh_export_key() 2017-06-27 22:09:21 +02:00
.clang-format
.gitattributes
.gitignore
.travis.yml
build.sh replace SVN tags 2017-06-20 15:16:11 +02:00
changes
check_source.sh replace SVN tags 2017-06-20 15:16:11 +02:00
coverage_more.sh replace SVN tags 2017-06-20 15:16:11 +02:00
coverage.sh replace SVN tags 2017-06-20 15:16:11 +02:00
coverity.sh update coverity build script to use makefile.unix 2017-06-23 16:46:31 +02:00
helper.pl introduce XMEMMOVE and check for its usage 2017-06-22 14:21:14 +02:00
libtomcrypt_VS2008.sln
libtomcrypt_VS2008.vcproj Update makefiles 2017-06-27 22:10:10 +02:00
libtomcrypt.pc.in
LICENSE
makefile use CROSS_COMPILE instead of PREFIX to indicate toolchain prefix 2017-06-20 15:16:11 +02:00
makefile_include.mk Update makefiles 2017-06-27 22:10:10 +02:00
makefile.mingw Update makefiles 2017-06-27 22:10:10 +02:00
makefile.msvc Update makefiles 2017-06-27 22:10:10 +02:00
makefile.shared hopefully finally fix usage of $(DESTDIR) 2017-06-23 14:05:57 +02:00
makefile.unix Update makefiles 2017-06-27 22:10:10 +02:00
printinfo.sh
README.md
run.sh replace SVN tags 2017-06-20 15:16:11 +02:00
scan_build.sh
testbuild.sh
testme.sh replace SVN tags 2017-06-20 15:16:11 +02:00
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.