Pure C source Crypt Library
#library #c #libcrypt #hash #encrypt #decrypt #md5 #sha #ecc #dsa #dh #x509 #ssl #tls #ssh

Steffen Jaeckel fb65cd0772 fix clang compiler warnings 12 年之前
demos 9e88fcb9b1 remove unused variable in demos/encrypt.c 12 年之前
doc bbc52b9e1b added libtomcrypt-1.17 15 年之前
notes d2e7b0c38f fixed 'golden' XTEA testvectors that are used when running testme.sh 12 年之前
src fb65cd0772 fix clang compiler warnings 12 年之前
testprof 1748cc616b der_tests: trim trailing spaces 12 年之前
.gitignore ee4a9477ec update gitignore 12 年之前
.travis.yml be96ed3ba9 add travis-ci configuration 12 年之前
Doxyfile bbc52b9e1b added libtomcrypt-1.17 15 年之前
LICENSE 412b2ee1fc after multiple objections of libtom users [1], we decided to change licensing 15 年之前
README.md c02097e74b Readme: fix link to travis-ci 12 年之前
TODO bbc52b9e1b added libtomcrypt-1.17 15 年之前
build.sh d84af284a3 build/testme: remove -j4 parameter 13 年之前
changes bbc52b9e1b added libtomcrypt-1.17 15 年之前
crypt.lof bbc52b9e1b added libtomcrypt-1.17 15 年之前
crypt.tex 8fcd408a98 fixed latex compile errors 13 年之前
filter.pl f32e52d5ac mark scripts as executable 13 年之前
fixupind.pl f32e52d5ac mark scripts as executable 13 年之前
genlist.sh f32e52d5ac mark scripts as executable 13 年之前
libtomcrypt.dsp c98857a47e add hkdf impl 13 年之前
libtomcrypt_VS2005.sln e960ff887c Added project and solution files for Visual Studio 2005 and Visual Studio 2008. 15 年之前
libtomcrypt_VS2005.vcproj c98857a47e add hkdf impl 13 年之前
libtomcrypt_VS2008.sln e960ff887c Added project and solution files for Visual Studio 2005 and Visual Studio 2008. 15 年之前
libtomcrypt_VS2008.vcproj c98857a47e add hkdf impl 13 年之前
makefile 3eae4b42fb makefile: allow CC to be replaced 12 年之前
makefile.icc 61a3206f06 clean-up makefiles 12 年之前
makefile.msvc 61a3206f06 clean-up makefiles 12 年之前
makefile.shared 61a3206f06 clean-up makefiles 12 年之前
makefile.unix 61a3206f06 clean-up makefiles 12 年之前
mess.sh f32e52d5ac mark scripts as executable 13 年之前
parsenames.pl f32e52d5ac mark scripts as executable 13 年之前
run.sh f32e52d5ac mark scripts as executable 13 年之前
testbuild.sh f32e52d5ac mark scripts as executable 13 年之前
testme.sh d84af284a3 build/testme: remove -j4 parameter 13 年之前
updatemakes.sh ab07d6a283 updatemakes.sh: trim trailing spaces 12 年之前

README.md

libtomcrypt

See doc/crypt.pdf for a detailed documentation

Build Status

develop: Build Status

Submitting patches

Please branch off from develop if you want to submit a patch.

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.