文件名称:tomcrypt_libraries_v1.05
-
所属分类:
- 标签属性:
- 上传时间:2013-01-01
-
文件大小:1.81mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
lib:包含lib文件(及相应源文件供参考)使用前将goozo_crypt.obj和tomcrypt.lib两个文件复制到C++builder的lib目录下
include:头文件,使用前复制到C++builder的include目录下
docs(tom):tom提供了加密函数库的pdf说明(想进一步了解功能可以看头文件和源文件中的注释)
Rinick s ECC:椭圆曲线非对称加密的一个例子和密钥生成器
几个基本功能封装成了独立的函数,使用变得较为简单
-lib: contains the lib file (and the corresponding source files for reference) before using the goozo_crypt.obj and tomcrypt.lib two files are copied to the lib directory C++builder include: header files, the copied to C++builder include directory under docs (tom ): tom Rinick' s ECC: Elliptic Curve asymmetric encryption of a few examples and key generator basic functions package provides encryption library pdf descr iption (would like to learn more about the function can comment spectacle and source files) become independent function, use simpler
include:头文件,使用前复制到C++builder的include目录下
docs(tom):tom提供了加密函数库的pdf说明(想进一步了解功能可以看头文件和源文件中的注释)
Rinick s ECC:椭圆曲线非对称加密的一个例子和密钥生成器
几个基本功能封装成了独立的函数,使用变得较为简单
-lib: contains the lib file (and the corresponding source files for reference) before using the goozo_crypt.obj and tomcrypt.lib two files are copied to the lib directory C++builder include: header files, the copied to C++builder include directory under docs (tom ): tom Rinick' s ECC: Elliptic Curve asymmetric encryption of a few examples and key generator basic functions package provides encryption library pdf descr iption (would like to learn more about the function can comment spectacle and source files) become independent function, use simpler
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TomCrypt/codepub.com说明.txt
TomCrypt/Rinick's generator/out.txt
TomCrypt/lib/readme.txt
TomCrypt/Rinick's sample/readme.txt
TomCrypt/Rinick's ECC/readme.txt
TomCrypt/Rinick's generator/readme.txt
TomCrypt/readme.htm
TomCrypt/deltmp.bat
TomCrypt/lib/source/makelib.bat
TomCrypt/include/goozo_crypt.h
TomCrypt/include/ltc_tommath.h
TomCrypt/lib/source/ltc_tommath.h
TomCrypt/include/tomcrypt.h
TomCrypt/lib/source/tomcrypt.h
TomCrypt/include/tomcrypt_argchk.h
TomCrypt/lib/source/tomcrypt_argchk.h
TomCrypt/include/tomcrypt_cfg.h
TomCrypt/lib/source/tomcrypt_cfg.h
TomCrypt/include/tomcrypt_cipher.h
TomCrypt/lib/source/tomcrypt_cipher.h
TomCrypt/include/tomcrypt_custom.h
TomCrypt/lib/source/tomcrypt_custom.h
TomCrypt/include/tomcrypt_hash.h
TomCrypt/lib/source/tomcrypt_hash.h
TomCrypt/include/tomcrypt_mac.h
TomCrypt/lib/source/tomcrypt_mac.h
TomCrypt/include/tomcrypt_macros.h
TomCrypt/lib/source/tomcrypt_macros.h
TomCrypt/include/tomcrypt_misc.h
TomCrypt/lib/source/tomcrypt_misc.h
TomCrypt/include/tomcrypt_pk.h
TomCrypt/lib/source/tomcrypt_pk.h
TomCrypt/include/tomcrypt_pkcs.h
TomCrypt/lib/source/tomcrypt_pkcs.h
TomCrypt/include/tomcrypt_prng.h
TomCrypt/lib/source/tomcrypt_prng.h
TomCrypt/include/tommath_class.h
TomCrypt/lib/source/tommath_class.h
TomCrypt/include/tommath_superclass.h
TomCrypt/lib/source/tommath_superclass.h
TomCrypt/lib/source/aes.c
TomCrypt/lib/source/aes_tab.c
TomCrypt/lib/source/anubis.c
TomCrypt/lib/source/base64_decode.c
TomCrypt/lib/source/base64_encode.c
TomCrypt/lib/source/blowfish.c
TomCrypt/lib/source/burn_stack.c
TomCrypt/lib/source/cast5.c
TomCrypt/lib/source/cbc_decrypt.c
TomCrypt/lib/source/cbc_done.c
TomCrypt/lib/source/cbc_encrypt.c
TomCrypt/lib/source/cbc_getiv.c
TomCrypt/lib/source/cbc_setiv.c
TomCrypt/lib/source/cbc_start.c
TomCrypt/lib/source/ccm_memory.c
TomCrypt/lib/source/ccm_test.c
TomCrypt/lib/source/cfb_decrypt.c
TomCrypt/lib/source/cfb_done.c
TomCrypt/lib/source/cfb_encrypt.c
TomCrypt/lib/source/cfb_getiv.c
TomCrypt/lib/source/cfb_setiv.c
TomCrypt/lib/source/cfb_start.c
TomCrypt/lib/source/chc.c
TomCrypt/lib/source/crypt.c
TomCrypt/lib/source/crypt_argchk.c
TomCrypt/lib/source/crypt_cipher_descriptor.c
TomCrypt/lib/source/crypt_cipher_is_valid.c
TomCrypt/lib/source/crypt_find_cipher.c
TomCrypt/lib/source/crypt_find_cipher_any.c
TomCrypt/lib/source/crypt_find_cipher_id.c
TomCrypt/lib/source/crypt_find_hash.c
TomCrypt/lib/source/crypt_find_hash_any.c
TomCrypt/lib/source/crypt_find_hash_id.c
TomCrypt/lib/source/crypt_find_prng.c
TomCrypt/lib/source/crypt_hash_descriptor.c
TomCrypt/lib/source/crypt_hash_is_valid.c
TomCrypt/lib/source/crypt_prng_descriptor.c
TomCrypt/lib/source/crypt_prng_is_valid.c
TomCrypt/lib/source/crypt_register_cipher.c
TomCrypt/lib/source/crypt_register_hash.c
TomCrypt/lib/source/crypt_register_prng.c
TomCrypt/lib/source/crypt_unregister_cipher.c
TomCrypt/lib/source/crypt_unregister_hash.c
TomCrypt/lib/source/crypt_unregister_prng.c
TomCrypt/lib/source/ctr_decrypt.c
TomCrypt/lib/source/ctr_done.c
TomCrypt/lib/source/ctr_encrypt.c
TomCrypt/lib/source/ctr_getiv.c
TomCrypt/lib/source/ctr_setiv.c
TomCrypt/lib/source/ctr_start.c
TomCrypt/lib/source/der_decode_bit_string.c
TomCrypt/lib/source/der_decode_choice.c
TomCrypt/lib/source/der_decode_ia5_string.c
TomCrypt/lib/source/der_decode_integer.c
TomCrypt/lib/source/der_decode_object_identifier.c
TomCrypt/lib/source/der_decode_octet_string.c
TomCrypt/lib/source/der_decode_printable_string.c
TomCrypt/lib/source/der_decode_sequence.c
TomCrypt/lib/source/der_decode_sequence_multi.c
TomCrypt/lib/source/der_decode_short_integer.c
TomCrypt/lib/source/der_decode_utctime.c
TomCrypt/lib/source/der_encode_bit_string.c
TomCrypt/lib/source/der_encode_ia5_string.c
TomCrypt/lib/source/der_encode_integer.c
TomCrypt/lib/source/der_encode_object_identifier.c
TomCrypt/lib/source/der_encode_octet_string.c
TomCrypt/lib/source/der_encode_printable_string.c
TomCrypt/lib/source/der_encode_sequence.c
TomCrypt/lib/source/der_encode_sequence_multi.c
TomCrypt/lib/source/der_encode_short_integer.c
TomCrypt/lib/source/der_encode_utctime.c
TomCrypt/lib/source/der_length_bit_string.c
TomCrypt/lib/source/der_length_ia5_string.c
TomCrypt/lib/source/der_length_integer.c
TomCrypt/lib/source/der_length_object_identifier.c
TomCrypt/lib/source/der_length_octet_string.c
TomCrypt/lib/source/der_length_printable_string.c
TomCrypt/lib/source/der_length_sequence.c
TomCrypt/lib/source/der_length_short_integer.c
TomCrypt/lib/source/der_length_utctime.c
TomCrypt/lib/source/des.c
TomCrypt/lib/source/dh.c
TomCrypt/lib/source/dh_sys.c
TomCrypt/lib/source/dsa_export.c
TomCrypt/lib/source/dsa_free.c
TomCrypt/lib/source/dsa_import.c
TomCrypt/lib/source/dsa_make_key.c
TomCrypt/lib/source/dsa_sign_hash.c
TomCrypt/lib/source/dsa_verify_hash.c
TomCrypt/lib/source/dsa_verify_key.c
TomCrypt/lib/source/eax_addheader.c
TomCrypt/lib/source/eax_decrypt.c
TomCrypt/lib/source/eax_decrypt_verify_memory.c
TomCrypt/lib/source/eax_done.c
TomCrypt/lib/source/eax_encrypt.c
TomCrypt/lib/source/eax_encrypt_authenticate_memory.c
TomCrypt/lib/source/eax_init.c
TomCrypt/lib/source/eax_test.c
TomCrypt/l
TomCrypt/Rinick's generator/out.txt
TomCrypt/lib/readme.txt
TomCrypt/Rinick's sample/readme.txt
TomCrypt/Rinick's ECC/readme.txt
TomCrypt/Rinick's generator/readme.txt
TomCrypt/readme.htm
TomCrypt/deltmp.bat
TomCrypt/lib/source/makelib.bat
TomCrypt/include/goozo_crypt.h
TomCrypt/include/ltc_tommath.h
TomCrypt/lib/source/ltc_tommath.h
TomCrypt/include/tomcrypt.h
TomCrypt/lib/source/tomcrypt.h
TomCrypt/include/tomcrypt_argchk.h
TomCrypt/lib/source/tomcrypt_argchk.h
TomCrypt/include/tomcrypt_cfg.h
TomCrypt/lib/source/tomcrypt_cfg.h
TomCrypt/include/tomcrypt_cipher.h
TomCrypt/lib/source/tomcrypt_cipher.h
TomCrypt/include/tomcrypt_custom.h
TomCrypt/lib/source/tomcrypt_custom.h
TomCrypt/include/tomcrypt_hash.h
TomCrypt/lib/source/tomcrypt_hash.h
TomCrypt/include/tomcrypt_mac.h
TomCrypt/lib/source/tomcrypt_mac.h
TomCrypt/include/tomcrypt_macros.h
TomCrypt/lib/source/tomcrypt_macros.h
TomCrypt/include/tomcrypt_misc.h
TomCrypt/lib/source/tomcrypt_misc.h
TomCrypt/include/tomcrypt_pk.h
TomCrypt/lib/source/tomcrypt_pk.h
TomCrypt/include/tomcrypt_pkcs.h
TomCrypt/lib/source/tomcrypt_pkcs.h
TomCrypt/include/tomcrypt_prng.h
TomCrypt/lib/source/tomcrypt_prng.h
TomCrypt/include/tommath_class.h
TomCrypt/lib/source/tommath_class.h
TomCrypt/include/tommath_superclass.h
TomCrypt/lib/source/tommath_superclass.h
TomCrypt/lib/source/aes.c
TomCrypt/lib/source/aes_tab.c
TomCrypt/lib/source/anubis.c
TomCrypt/lib/source/base64_decode.c
TomCrypt/lib/source/base64_encode.c
TomCrypt/lib/source/blowfish.c
TomCrypt/lib/source/burn_stack.c
TomCrypt/lib/source/cast5.c
TomCrypt/lib/source/cbc_decrypt.c
TomCrypt/lib/source/cbc_done.c
TomCrypt/lib/source/cbc_encrypt.c
TomCrypt/lib/source/cbc_getiv.c
TomCrypt/lib/source/cbc_setiv.c
TomCrypt/lib/source/cbc_start.c
TomCrypt/lib/source/ccm_memory.c
TomCrypt/lib/source/ccm_test.c
TomCrypt/lib/source/cfb_decrypt.c
TomCrypt/lib/source/cfb_done.c
TomCrypt/lib/source/cfb_encrypt.c
TomCrypt/lib/source/cfb_getiv.c
TomCrypt/lib/source/cfb_setiv.c
TomCrypt/lib/source/cfb_start.c
TomCrypt/lib/source/chc.c
TomCrypt/lib/source/crypt.c
TomCrypt/lib/source/crypt_argchk.c
TomCrypt/lib/source/crypt_cipher_descriptor.c
TomCrypt/lib/source/crypt_cipher_is_valid.c
TomCrypt/lib/source/crypt_find_cipher.c
TomCrypt/lib/source/crypt_find_cipher_any.c
TomCrypt/lib/source/crypt_find_cipher_id.c
TomCrypt/lib/source/crypt_find_hash.c
TomCrypt/lib/source/crypt_find_hash_any.c
TomCrypt/lib/source/crypt_find_hash_id.c
TomCrypt/lib/source/crypt_find_prng.c
TomCrypt/lib/source/crypt_hash_descriptor.c
TomCrypt/lib/source/crypt_hash_is_valid.c
TomCrypt/lib/source/crypt_prng_descriptor.c
TomCrypt/lib/source/crypt_prng_is_valid.c
TomCrypt/lib/source/crypt_register_cipher.c
TomCrypt/lib/source/crypt_register_hash.c
TomCrypt/lib/source/crypt_register_prng.c
TomCrypt/lib/source/crypt_unregister_cipher.c
TomCrypt/lib/source/crypt_unregister_hash.c
TomCrypt/lib/source/crypt_unregister_prng.c
TomCrypt/lib/source/ctr_decrypt.c
TomCrypt/lib/source/ctr_done.c
TomCrypt/lib/source/ctr_encrypt.c
TomCrypt/lib/source/ctr_getiv.c
TomCrypt/lib/source/ctr_setiv.c
TomCrypt/lib/source/ctr_start.c
TomCrypt/lib/source/der_decode_bit_string.c
TomCrypt/lib/source/der_decode_choice.c
TomCrypt/lib/source/der_decode_ia5_string.c
TomCrypt/lib/source/der_decode_integer.c
TomCrypt/lib/source/der_decode_object_identifier.c
TomCrypt/lib/source/der_decode_octet_string.c
TomCrypt/lib/source/der_decode_printable_string.c
TomCrypt/lib/source/der_decode_sequence.c
TomCrypt/lib/source/der_decode_sequence_multi.c
TomCrypt/lib/source/der_decode_short_integer.c
TomCrypt/lib/source/der_decode_utctime.c
TomCrypt/lib/source/der_encode_bit_string.c
TomCrypt/lib/source/der_encode_ia5_string.c
TomCrypt/lib/source/der_encode_integer.c
TomCrypt/lib/source/der_encode_object_identifier.c
TomCrypt/lib/source/der_encode_octet_string.c
TomCrypt/lib/source/der_encode_printable_string.c
TomCrypt/lib/source/der_encode_sequence.c
TomCrypt/lib/source/der_encode_sequence_multi.c
TomCrypt/lib/source/der_encode_short_integer.c
TomCrypt/lib/source/der_encode_utctime.c
TomCrypt/lib/source/der_length_bit_string.c
TomCrypt/lib/source/der_length_ia5_string.c
TomCrypt/lib/source/der_length_integer.c
TomCrypt/lib/source/der_length_object_identifier.c
TomCrypt/lib/source/der_length_octet_string.c
TomCrypt/lib/source/der_length_printable_string.c
TomCrypt/lib/source/der_length_sequence.c
TomCrypt/lib/source/der_length_short_integer.c
TomCrypt/lib/source/der_length_utctime.c
TomCrypt/lib/source/des.c
TomCrypt/lib/source/dh.c
TomCrypt/lib/source/dh_sys.c
TomCrypt/lib/source/dsa_export.c
TomCrypt/lib/source/dsa_free.c
TomCrypt/lib/source/dsa_import.c
TomCrypt/lib/source/dsa_make_key.c
TomCrypt/lib/source/dsa_sign_hash.c
TomCrypt/lib/source/dsa_verify_hash.c
TomCrypt/lib/source/dsa_verify_key.c
TomCrypt/lib/source/eax_addheader.c
TomCrypt/lib/source/eax_decrypt.c
TomCrypt/lib/source/eax_decrypt_verify_memory.c
TomCrypt/lib/source/eax_done.c
TomCrypt/lib/source/eax_encrypt.c
TomCrypt/lib/source/eax_encrypt_authenticate_memory.c
TomCrypt/lib/source/eax_init.c
TomCrypt/lib/source/eax_test.c
TomCrypt/l
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.