文件名称:rosing_src_ecc_code
-
所属分类:
- 标签属性:
- 上传时间:2013-05-27
-
文件大小:279.78kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Elliptic curve cryptography (ECC) is an approach to public-key cryptography based on the algebraic structure of elliptic curves over finite fields. The use of elliptic curves in cryptography was suggested independently by Neal Koblitzand Victor S. Miller in 1985.
Elliptic curves are also used in several integer factorization algorithms that have applications in cryptography
Elliptic curves are also used in several integer factorization algorithms that have applications in cryptography
(系统自动生成,下载前可以参看下载内容)
下载文件列表
rosing_src_ecc_code/
rosing_src_ecc_code/examples/
rosing_src_ecc_code/examples/combined_math/
rosing_src_ecc_code/examples/combined_math/onb_integer/
rosing_src_ecc_code/examples/combined_math/onb_integer/bigint.c
rosing_src_ecc_code/examples/combined_math/onb_integer/bigint.h
rosing_src_ecc_code/examples/combined_math/onb_integer/DSA.c
rosing_src_ecc_code/examples/combined_math/onb_integer/DSA.example
rosing_src_ecc_code/examples/combined_math/onb_integer/eliptic.c
rosing_src_ecc_code/examples/combined_math/onb_integer/eliptic.h
rosing_src_ecc_code/examples/combined_math/onb_integer/field2n.h
rosing_src_ecc_code/examples/combined_math/onb_integer/int_functions.c
rosing_src_ecc_code/examples/combined_math/onb_integer/Massey-Omura.c
rosing_src_ecc_code/examples/combined_math/onb_integer/Massey-Omura.example
rosing_src_ecc_code/examples/combined_math/onb_integer/MQV.c
rosing_src_ecc_code/examples/combined_math/onb_integer/MQV.example
rosing_src_ecc_code/examples/combined_math/onb_integer/Nyberg-Rueppel.c
rosing_src_ecc_code/examples/combined_math/onb_integer/Nyberg-Rueppel.example
rosing_src_ecc_code/examples/combined_math/onb_integer/onb.c
rosing_src_ecc_code/examples/combined_math/onb_integer/onb.list
rosing_src_ecc_code/examples/combined_math/onb_integer/onb_integer.c
rosing_src_ecc_code/examples/combined_math/onb_integer/protocols.h
rosing_src_ecc_code/examples/combined_math/onb_integer/protocols1.c
rosing_src_ecc_code/examples/combined_math/onb_integer/read.me
rosing_src_ecc_code/examples/combined_math/onb_integer/sha.c
rosing_src_ecc_code/examples/combined_math/opt_hash/
rosing_src_ecc_code/examples/combined_math/opt_hash/eliptic.c
rosing_src_ecc_code/examples/combined_math/opt_hash/eliptic.h
rosing_src_ecc_code/examples/combined_math/opt_hash/field2n.h
rosing_src_ecc_code/examples/combined_math/opt_hash/Mask_gen_func.c
rosing_src_ecc_code/examples/combined_math/opt_hash/onb.c
rosing_src_ecc_code/examples/combined_math/opt_hash/onb_ECES.example
rosing_src_ecc_code/examples/combined_math/opt_hash/protocols1.c
rosing_src_ecc_code/examples/combined_math/opt_hash/sha.c
rosing_src_ecc_code/examples/combined_math/poly_hash/
rosing_src_ecc_code/examples/combined_math/poly_hash/eliptic.h
rosing_src_ecc_code/examples/combined_math/poly_hash/eliptic_poly.c
rosing_src_ecc_code/examples/combined_math/poly_hash/field2n.h
rosing_src_ecc_code/examples/combined_math/poly_hash/Mask_gen_func.c
rosing_src_ecc_code/examples/combined_math/poly_hash/poly.h
rosing_src_ecc_code/examples/combined_math/poly_hash/polymain.c
rosing_src_ecc_code/examples/combined_math/poly_hash/poly_ECES.example
rosing_src_ecc_code/examples/combined_math/poly_hash/poly_func.c
rosing_src_ecc_code/examples/combined_math/poly_hash/poly_protocol.c
rosing_src_ecc_code/examples/combined_math/poly_hash/sha.c
rosing_src_ecc_code/examples/combined_math/poly_integer/
rosing_src_ecc_code/examples/combined_math/poly_integer/bigint.c
rosing_src_ecc_code/examples/combined_math/poly_integer/bigint.h
rosing_src_ecc_code/examples/combined_math/poly_integer/DSA.c
rosing_src_ecc_code/examples/combined_math/poly_integer/DSA.example
rosing_src_ecc_code/examples/combined_math/poly_integer/eliptic.h
rosing_src_ecc_code/examples/combined_math/poly_integer/eliptic_poly.c
rosing_src_ecc_code/examples/combined_math/poly_integer/field2n.h
rosing_src_ecc_code/examples/combined_math/poly_integer/int_functions.c
rosing_src_ecc_code/examples/combined_math/poly_integer/Massey-Omura.c
rosing_src_ecc_code/examples/combined_math/poly_integer/Massey-Omura.example
rosing_src_ecc_code/examples/combined_math/poly_integer/MQV.c
rosing_src_ecc_code/examples/combined_math/poly_integer/MQV.example
rosing_src_ecc_code/examples/combined_math/poly_integer/Nyberg-Rueppel.example
rosing_src_ecc_code/examples/combined_math/poly_integer/poly.h
rosing_src_ecc_code/examples/combined_math/poly_integer/polymain.c
rosing_src_ecc_code/examples/combined_math/poly_integer/poly_func.c
rosing_src_ecc_code/examples/combined_math/poly_integer/poly_integer.c
rosing_src_ecc_code/examples/combined_math/poly_integer/poly_NR.c
rosing_src_ecc_code/examples/combined_math/poly_integer/poly_protocol.c
rosing_src_ecc_code/examples/combined_math/poly_integer/protocols.h
rosing_src_ecc_code/examples/combined_math/poly_integer/sha.c
rosing_src_ecc_code/examples/fast_onb/
rosing_src_ecc_code/examples/fast_onb/bigint.c
rosing_src_ecc_code/examples/fast_onb/bigint.h
rosing_src_ecc_code/examples/fast_onb/eliptic.c
rosing_src_ecc_code/examples/fast_onb/eliptic.h
rosing_src_ecc_code/examples/fast_onb/field2n.h
rosing_src_ecc_code/examples/fast_onb/int_functions.c
rosing_src_ecc_code/examples/fast_onb/Nyberg-Rueppel.example
rosing_src_ecc_code/examples/fast_onb/onb.c
rosing_src_ecc_code/examples/fast_onb/onb_integer.c
rosing_src_ecc_code/examples/fast_onb/protocols.h
rosing_src_ecc_code/examples/fast_onb/protocols1.c
rosing_src_ecc_code/examples/fast_onb/sha.c
rosing_src_ecc_code/examples/integer/
rosing_src_ecc_code/examples/integer/bigint.c
rosing_src_ecc_code/examples/integer/bigint.h
rosing_src_ecc_code/examples/integer/field2n.h
rosing_src_e
rosing_src_ecc_code/examples/
rosing_src_ecc_code/examples/combined_math/
rosing_src_ecc_code/examples/combined_math/onb_integer/
rosing_src_ecc_code/examples/combined_math/onb_integer/bigint.c
rosing_src_ecc_code/examples/combined_math/onb_integer/bigint.h
rosing_src_ecc_code/examples/combined_math/onb_integer/DSA.c
rosing_src_ecc_code/examples/combined_math/onb_integer/DSA.example
rosing_src_ecc_code/examples/combined_math/onb_integer/eliptic.c
rosing_src_ecc_code/examples/combined_math/onb_integer/eliptic.h
rosing_src_ecc_code/examples/combined_math/onb_integer/field2n.h
rosing_src_ecc_code/examples/combined_math/onb_integer/int_functions.c
rosing_src_ecc_code/examples/combined_math/onb_integer/Massey-Omura.c
rosing_src_ecc_code/examples/combined_math/onb_integer/Massey-Omura.example
rosing_src_ecc_code/examples/combined_math/onb_integer/MQV.c
rosing_src_ecc_code/examples/combined_math/onb_integer/MQV.example
rosing_src_ecc_code/examples/combined_math/onb_integer/Nyberg-Rueppel.c
rosing_src_ecc_code/examples/combined_math/onb_integer/Nyberg-Rueppel.example
rosing_src_ecc_code/examples/combined_math/onb_integer/onb.c
rosing_src_ecc_code/examples/combined_math/onb_integer/onb.list
rosing_src_ecc_code/examples/combined_math/onb_integer/onb_integer.c
rosing_src_ecc_code/examples/combined_math/onb_integer/protocols.h
rosing_src_ecc_code/examples/combined_math/onb_integer/protocols1.c
rosing_src_ecc_code/examples/combined_math/onb_integer/read.me
rosing_src_ecc_code/examples/combined_math/onb_integer/sha.c
rosing_src_ecc_code/examples/combined_math/opt_hash/
rosing_src_ecc_code/examples/combined_math/opt_hash/eliptic.c
rosing_src_ecc_code/examples/combined_math/opt_hash/eliptic.h
rosing_src_ecc_code/examples/combined_math/opt_hash/field2n.h
rosing_src_ecc_code/examples/combined_math/opt_hash/Mask_gen_func.c
rosing_src_ecc_code/examples/combined_math/opt_hash/onb.c
rosing_src_ecc_code/examples/combined_math/opt_hash/onb_ECES.example
rosing_src_ecc_code/examples/combined_math/opt_hash/protocols1.c
rosing_src_ecc_code/examples/combined_math/opt_hash/sha.c
rosing_src_ecc_code/examples/combined_math/poly_hash/
rosing_src_ecc_code/examples/combined_math/poly_hash/eliptic.h
rosing_src_ecc_code/examples/combined_math/poly_hash/eliptic_poly.c
rosing_src_ecc_code/examples/combined_math/poly_hash/field2n.h
rosing_src_ecc_code/examples/combined_math/poly_hash/Mask_gen_func.c
rosing_src_ecc_code/examples/combined_math/poly_hash/poly.h
rosing_src_ecc_code/examples/combined_math/poly_hash/polymain.c
rosing_src_ecc_code/examples/combined_math/poly_hash/poly_ECES.example
rosing_src_ecc_code/examples/combined_math/poly_hash/poly_func.c
rosing_src_ecc_code/examples/combined_math/poly_hash/poly_protocol.c
rosing_src_ecc_code/examples/combined_math/poly_hash/sha.c
rosing_src_ecc_code/examples/combined_math/poly_integer/
rosing_src_ecc_code/examples/combined_math/poly_integer/bigint.c
rosing_src_ecc_code/examples/combined_math/poly_integer/bigint.h
rosing_src_ecc_code/examples/combined_math/poly_integer/DSA.c
rosing_src_ecc_code/examples/combined_math/poly_integer/DSA.example
rosing_src_ecc_code/examples/combined_math/poly_integer/eliptic.h
rosing_src_ecc_code/examples/combined_math/poly_integer/eliptic_poly.c
rosing_src_ecc_code/examples/combined_math/poly_integer/field2n.h
rosing_src_ecc_code/examples/combined_math/poly_integer/int_functions.c
rosing_src_ecc_code/examples/combined_math/poly_integer/Massey-Omura.c
rosing_src_ecc_code/examples/combined_math/poly_integer/Massey-Omura.example
rosing_src_ecc_code/examples/combined_math/poly_integer/MQV.c
rosing_src_ecc_code/examples/combined_math/poly_integer/MQV.example
rosing_src_ecc_code/examples/combined_math/poly_integer/Nyberg-Rueppel.example
rosing_src_ecc_code/examples/combined_math/poly_integer/poly.h
rosing_src_ecc_code/examples/combined_math/poly_integer/polymain.c
rosing_src_ecc_code/examples/combined_math/poly_integer/poly_func.c
rosing_src_ecc_code/examples/combined_math/poly_integer/poly_integer.c
rosing_src_ecc_code/examples/combined_math/poly_integer/poly_NR.c
rosing_src_ecc_code/examples/combined_math/poly_integer/poly_protocol.c
rosing_src_ecc_code/examples/combined_math/poly_integer/protocols.h
rosing_src_ecc_code/examples/combined_math/poly_integer/sha.c
rosing_src_ecc_code/examples/fast_onb/
rosing_src_ecc_code/examples/fast_onb/bigint.c
rosing_src_ecc_code/examples/fast_onb/bigint.h
rosing_src_ecc_code/examples/fast_onb/eliptic.c
rosing_src_ecc_code/examples/fast_onb/eliptic.h
rosing_src_ecc_code/examples/fast_onb/field2n.h
rosing_src_ecc_code/examples/fast_onb/int_functions.c
rosing_src_ecc_code/examples/fast_onb/Nyberg-Rueppel.example
rosing_src_ecc_code/examples/fast_onb/onb.c
rosing_src_ecc_code/examples/fast_onb/onb_integer.c
rosing_src_ecc_code/examples/fast_onb/protocols.h
rosing_src_ecc_code/examples/fast_onb/protocols1.c
rosing_src_ecc_code/examples/fast_onb/sha.c
rosing_src_ecc_code/examples/integer/
rosing_src_ecc_code/examples/integer/bigint.c
rosing_src_ecc_code/examples/integer/bigint.h
rosing_src_ecc_code/examples/integer/field2n.h
rosing_src_e
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.