在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 密码学开源库PBC在VC6.0下的可用整套源码

密码学开源库PBC在VC6.0下的可用整套源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:5.17M
  • 下载次数:3
  • 浏览次数:252
  • 发布时间:2021-11-06
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
刚刚修改成功的在VC6.0下的可用整套源码,注意解压后要打开PBCVC文件夹下的PBCVC.dsw工作区运行,可以分别将example文件夹下的例子分别放入该工作区,但要删除原工作区的testpairing.c文件,因为testpairing.c本身就是一个带有main函数的可用实例
【实例截图】
【核心代码】
16359647375806671649.rar
└── PBC-0.4.7-vc-c
├── aclocal.m4
├── arith
│   ├── fasterfp.c
│   ├── fastfp.c
│   ├── field.c
│   ├── fieldmpz.c
│   ├── fieldquadratic.c
│   ├── fp.c
│   ├── indexcalculus.c
│   ├── montfp.c
│   ├── naivefp.c
│   ├── poly.c
│   ├── random.c
│   └── tinyfp.c
├── AUTHORS
├── benchmark
│   ├── benchmark.c
│   ├── ellnet.c
│   ├── report_times
│   └── timersa.c
├── ChangeLog
├── CMakeLists.txt
├── compile
├── config.guess
├── config.h.cmake
├── config.h.in
├── config.sub
├── configure
├── configure.ac
├── COPYING
├── crypto
│   ├── aes
│   │   ├── aes_cbc.c
│   │   ├── aes_cfb.c
│   │   ├── aes_core.c
│   │   ├── aes_ctr.c
│   │   ├── aes_ecb.c
│   │   ├── aes.h
│   │   ├── aes_ige.c
│   │   ├── aes_locl.h
│   │   ├── aes_misc.c
│   │   ├── aes_ofb.c
│   │   ├── aes_wrap.c
│   │   ├── aes_x86core.c
│   │   ├── asm
│   │   │   ├── aes-586.pl
│   │   │   ├── aes-armv4.pl
│   │   │   ├── aes-ia64.S
│   │   │   ├── aes-mips.pl
│   │   │   ├── aesni-sha1-x86_64.pl
│   │   │   ├── aesni-x86_64.pl
│   │   │   ├── aesni-x86.pl
│   │   │   ├── aes-parisc.pl
│   │   │   ├── aes-ppc.pl
│   │   │   ├── aes-s390x.pl
│   │   │   ├── aes-sparcv9.pl
│   │   │   ├── aes-x86_64.pl
│   │   │   ├── bsaes-x86_64.pl
│   │   │   ├── vpaes-x86_64.pl
│   │   │   └── vpaes-x86.pl
│   │   ├── Makefile
│   │   └── README
│   ├── alphacpuid.pl
│   ├── arm_arch.h
│   ├── armcap.c
│   ├── armv4cpuid.S
│   ├── asn1
│   │   ├── a_bitstr.c
│   │   ├── a_bool.c
│   │   ├── a_bytes.c
│   │   ├── a_d2i_fp.c
│   │   ├── a_digest.c
│   │   ├── a_dup.c
│   │   ├── a_enum.c
│   │   ├── a_gentm.c
│   │   ├── a_i2d_fp.c
│   │   ├── a_int.c
│   │   ├── a_mbstr.c
│   │   ├── ameth_lib.c
│   │   ├── a_object.c
│   │   ├── a_octet.c
│   │   ├── a_print.c
│   │   ├── a_set.c
│   │   ├── a_sign.c
│   │   ├── asn1_err.c
│   │   ├── asn1_gen.c
│   │   ├── asn1.h
│   │   ├── asn1_lib.c
│   │   ├── asn1_locl.h
│   │   ├── asn1_mac.h
│   │   ├── asn1_par.c
│   │   ├── asn1t.h
│   │   ├── asn_mime.c
│   │   ├── asn_moid.c
│   │   ├── asn_pack.c
│   │   ├── a_strex.c
│   │   ├── a_strnid.c
│   │   ├── a_time.c
│   │   ├── a_type.c
│   │   ├── a_utctm.c
│   │   ├── a_utf8.c
│   │   ├── a_verify.c
│   │   ├── bio_asn1.c
│   │   ├── bio_ndef.c
│   │   ├── charmap.h
│   │   ├── charmap.pl
│   │   ├── d2i_pr.c
│   │   ├── d2i_pu.c
│   │   ├── evp_asn1.c
│   │   ├── f_enum.c
│   │   ├── f_int.c
│   │   ├── f_string.c
│   │   ├── i2d_pr.c
│   │   ├── i2d_pu.c
│   │   ├── Makefile
│   │   ├── n_pkey.c
│   │   ├── nsseq.c
│   │   ├── p5_pbe.c
│   │   ├── p5_pbev2.c
│   │   ├── p8_pkey.c
│   │   ├── tasn_dec.c
│   │   ├── tasn_enc.c
│   │   ├── tasn_fre.c
│   │   ├── tasn_new.c
│   │   ├── tasn_prn.c
│   │   ├── tasn_typ.c
│   │   ├── tasn_utl.c
│   │   ├── t_bitst.c
│   │   ├── t_crl.c
│   │   ├── t_pkey.c
│   │   ├── t_req.c
│   │   ├── t_spki.c
│   │   ├── t_x509a.c
│   │   ├── t_x509.c
│   │   ├── x_algor.c
│   │   ├── x_attrib.c
│   │   ├── x_bignum.c
│   │   ├── x_crl.c
│   │   ├── x_exten.c
│   │   ├── x_info.c
│   │   ├── x_long.c
│   │   ├── x_name.c
│   │   ├── x_nx509.c
│   │   ├── x_pkey.c
│   │   ├── x_pubkey.c
│   │   ├── x_req.c
│   │   ├── x_sig.c
│   │   ├── x_spki.c
│   │   ├── x_val.c
│   │   ├── x_x509a.c
│   │   └── x_x509.c
│   ├── bf
│   │   ├── asm
│   │   │   ├── bf-586.pl
│   │   │   ├── bf-686.pl
│   │   │   └── readme
│   │   ├── bf_cbc.c
│   │   ├── bf_cfb64.c
│   │   ├── bf_ecb.c
│   │   ├── bf_enc.c
│   │   ├── bf_locl.h
│   │   ├── bf_ofb64.c
│   │   ├── bf_opts.c
│   │   ├── bf_pi.h
│   │   ├── bfs.cpp
│   │   ├── bf_skey.c
│   │   ├── bfspeed.c
│   │   ├── bftest.c
│   │   ├── blowfish.h
│   │   ├── COPYRIGHT
│   │   ├── INSTALL
│   │   ├── Makefile
│   │   ├── README
│   │   └── VERSION
│   ├── bio
│   │   ├── b_dump.c
│   │   ├── bf_buff.c
│   │   ├── bf_lbuf.c
│   │   ├── bf_nbio.c
│   │   ├── bf_null.c
│   │   ├── bio_cb.c
│   │   ├── bio_err.c
│   │   ├── bio.h
│   │   ├── bio_lcl.h
│   │   ├── bio_lib.c
│   │   ├── b_print.c
│   │   ├── b_sock.c
│   │   ├── bss_acpt.c
│   │   ├── bss_bio.c
│   │   ├── bss_conn.c
│   │   ├── bss_dgram.c
│   │   ├── bss_fd.c
│   │   ├── bss_file.c
│   │   ├── bss_log.c
│   │   ├── bss_mem.c
│   │   ├── bss_null.c
│   │   ├── bss_rtcp.c
│   │   ├── bss_sock.c
│   │   └── Makefile
│   ├── bn
│   │   ├── asm
│   │   │   ├── alpha-mont.pl
│   │   │   ├── armv4-gf2m.pl
│   │   │   ├── armv4-mont.pl
│   │   │   ├── bn-586.pl
│   │   │   ├── co-586.pl
│   │   │   ├── ia64-mont.pl
│   │   │   ├── ia64.S
│   │   │   ├── mips3-mont.pl
│   │   │   ├── mips3.s
│   │   │   ├── mips-mont.pl
│   │   │   ├── mips.pl
│   │   │   ├── modexp512-x86_64.pl
│   │   │   ├── pa-risc2.s
│   │   │   ├── pa-risc2W.s
│   │   │   ├── parisc-mont.pl
│   │   │   ├── ppc64-mont.pl
│   │   │   ├── ppc-mont.pl
│   │   │   ├── ppc.pl
│   │   │   ├── README
│   │   │   ├── s390x-gf2m.pl
│   │   │   ├── s390x-mont.pl
│   │   │   ├── s390x.S
│   │   │   ├── sparcv8plus.S
│   │   │   ├── sparcv8.S
│   │   │   ├── sparcv9a-mont.pl
│   │   │   ├── sparcv9-mont.pl
│   │   │   ├── via-mont.pl
│   │   │   ├── vms.mar
│   │   │   ├── x86
│   │   │   │   ├── add.pl
│   │   │   │   ├── comba.pl
│   │   │   │   ├── div.pl
│   │   │   │   ├── f
│   │   │   │   ├── mul_add.pl
│   │   │   │   ├── mul.pl
│   │   │   │   ├── sqr.pl
│   │   │   │   └── sub.pl
│   │   │   ├── x86_64-gcc.c
│   │   │   ├── x86_64-gf2m.pl
│   │   │   ├── x86_64-mont5.pl
│   │   │   ├── x86_64-mont.pl
│   │   │   ├── x86-gf2m.pl
│   │   │   ├── x86-mont.pl
│   │   │   └── x86.pl
│   │   ├── bn_add.c
│   │   ├── bn_asm.c
│   │   ├── bn_blind.c
│   │   ├── bn_const.c
│   │   ├── bn_ctx.c
│   │   ├── bn_depr.c
│   │   ├── bn_div.c
│   │   ├── bn_err.c
│   │   ├── bn_exp2.c
│   │   ├── bn_exp.c
│   │   ├── bn_gcd.c
│   │   ├── bn_gf2m.c
│   │   ├── bn.h
│   │   ├── bn_kron.c
│   │   ├── bn_lcl.h
│   │   ├── bn_lib.c
│   │   ├── bn_mod.c
│   │   ├── bn_mont.c
│   │   ├── bn_mpi.c
│   │   ├── bn.mul
│   │   ├── bn_mul.c
│   │   ├── bn_nist.c
│   │   ├── bn_prime.c
│   │   ├── bn_prime.h
│   │   ├── bn_prime.pl
│   │   ├── bn_print.c
│   │   ├── bn_rand.c
│   │   ├── bn_recp.c
│   │   ├── bn_shift.c
│   │   ├── bnspeed.c
│   │   ├── bn_sqr.c
│   │   ├── bn_sqrt.c
│   │   ├── bntest.c
│   │   ├── bn_word.c
│   │   ├── bn_x931p.c
│   │   ├── divtest.c
│   │   ├── exp.c
│   │   ├── expspeed.c
│   │   ├── exptest.c
│   │   ├── Makefile
│   │   ├── todo
│   │   └── vms-helper.c
│   ├── buffer
│   │   ├── buf_err.c
│   │   ├── buffer.c
│   │   ├── buffer.h
│   │   ├── buf_str.c
│   │   └── Makefile
│   ├── camellia
│   │   ├── asm
│   │   │   ├── cmll-x86_64.pl
│   │   │   └── cmll-x86.pl
│   │   ├── camellia.c
│   │   ├── camellia.h
│   │   ├── cmll_cbc.c
│   │   ├── cmll_cfb.c
│   │   ├── cmll_ctr.c
│   │   ├── cmll_ecb.c
│   │   ├── cmll_locl.h
│   │   ├── cmll_misc.c
│   │   ├── cmll_ofb.c
│   │   ├── cmll_utl.c
│   │   └── Makefile
│   ├── cast
│   │   ├── asm
│   │   │   ├── cast-586.pl
│   │   │   └── readme
│   │   ├── cast.h
│   │   ├── cast_lcl.h
│   │   ├── castopts.c
│   │   ├── casts.cpp
│   │   ├── cast_s.h
│   │   ├── cast_spd.c
│   │   ├── casttest.c
│   │   ├── c_cfb64.c
│   │   ├── c_ecb.c
│   │   ├── c_enc.c
│   │   ├── c_ofb64.c
│   │   ├── c_skey.c
│   │   └── Makefile
│   ├── cmac
│   │   ├── cmac.c
│   │   ├── cmac.h
│   │   ├── cm_ameth.c
│   │   ├── cm_pmeth.c
│   │   └── Makefile
│   ├── cms
│   │   ├── cms_asn1.c
│   │   ├── cms_att.c
│   │   ├── cms_cd.c
│   │   ├── cms_dd.c
│   │   ├── cms_enc.c
│   │   ├── cms_env.c
│   │   ├── cms_err.c
│   │   ├── cms_ess.c
│   │   ├── cms.h
│   │   ├── cms_io.c
│   │   ├── cms_lcl.h
│   │   ├── cms_lib.c
│   │   ├── cms_pwri.c
│   │   ├── cms_sd.c
│   │   ├── cms_smime.c
│   │   └── Makefile
│   ├── comp
│   │   ├── comp_err.c
│   │   ├── comp.h
│   │   ├── comp_lib.c
│   │   ├── c_rle.c
│   │   ├── c_zlib.c
│   │   └── Makefile
│   ├── conf
│   │   ├── cnf_save.c
│   │   ├── conf_api.c
│   │   ├── conf_api.h
│   │   ├── conf_def.c
│   │   ├── conf_def.h
│   │   ├── conf_err.c
│   │   ├── conf.h
│   │   ├── conf_lib.c
│   │   ├── conf_mall.c
│   │   ├── conf_mod.c
│   │   ├── conf_sap.c
│   │   ├── keysets.pl
│   │   ├── Makefile
│   │   ├── README
│   │   ├── ssleay.cnf
│   │   └── test.c
│   ├── cpt_err.c
│   ├── cryptlib.c
│   ├── cryptlib.h
│   ├── crypto.h
│   ├── crypto-lib.com
│   ├── cversion.c
│   ├── des
│   │   ├── asm
│   │   │   ├── crypt586.pl
│   │   │   ├── des-586.pl
│   │   │   ├── desboth.pl
│   │   │   ├── des_enc.m4
│   │   │   └── readme
│   │   ├── cbc3_enc.c
│   │   ├── cbc_cksm.c
│   │   ├── cbc_enc.c
│   │   ├── cfb64ede.c
│   │   ├── cfb64enc.c
│   │   ├── cfb_enc.c
│   │   ├── COPYRIGHT
│   │   ├── des3s.cpp
│   │   ├── des.c
│   │   ├── des_enc.c
│   │   ├── des.h
│   │   ├── des-lib.com
│   │   ├── des_locl.h
│   │   ├── des_old2.c
│   │   ├── des_old.c
│   │   ├── des_old.h
│   │   ├── des_opts.c
│   │   ├── DES.pm
│   │   ├── des.pod
│   │   ├── dess.cpp
│   │   ├── destest.c
│   │   ├── des_ver.h
│   │   ├── DES.xs
│   │   ├── ecb3_enc.c
│   │   ├── ecb_enc.c
│   │   ├── ede_cbcm_enc.c
│   │   ├── enc_read.c
│   │   ├── enc_writ.c
│   │   ├── fcrypt_b.c
│   │   ├── fcrypt.c
│   │   ├── FILES0
│   │   ├── Imakefile
│   │   ├── INSTALL
│   │   ├── KERBEROS
│   │   ├── Makefile
│   │   ├── makefile.bc
│   │   ├── ncbc_enc.c
│   │   ├── ofb64ede.c
│   │   ├── ofb64enc.c
│   │   ├── ofb_enc.c
│   │   ├── options.txt
│   │   ├── pcbc_enc.c
│   │   ├── qud_cksm.c
│   │   ├── rand_key.c
│   │   ├── read2pwd.c
│   │   ├── README
│   │   ├── read_pwd.c
│   │   ├── rpc_des.h
│   │   ├── rpc_enc.c
│   │   ├── rpw.c
│   │   ├── set_key.c
│   │   ├── speed.c
│   │   ├── spr.h
│   │   ├── str2key.c
│   │   ├── t
│   │   │   └── test
│   │   ├── times
│   │   │   ├── 486-50.sol
│   │   │   ├── 586-100.lnx
│   │   │   ├── 686-200.fre
│   │   │   ├── aix.cc
│   │   │   ├── alpha.cc
│   │   │   ├── hpux.cc
│   │   │   ├── sparc.gcc
│   │   │   └── usparc.cc
│   │   ├── typemap
│   │   ├── VERSION
│   │   └── xcbc_enc.c
│   ├── dh
│   │   ├── dh1024.pem
│   │   ├── dh192.pem
│   │   ├── dh2048.pem
│   │   ├── dh4096.pem
│   │   ├── dh512.pem
│   │   ├── dh_ameth.c
│   │   ├── dh_asn1.c
│   │   ├── dh_check.c
│   │   ├── dh_depr.c
│   │   ├── dh_err.c
│   │   ├── dh_gen.c
│   │   ├── dh.h
│   │   ├── dh_key.c
│   │   ├── dh_lib.c
│   │   ├── dh_pmeth.c
│   │   ├── dh_prn.c
│   │   ├── dhtest.c
│   │   ├── example
│   │   ├── generate
│   │   ├── Makefile
│   │   ├── p1024.c
│   │   ├── p192.c
│   │   └── p512.c
│   ├── dsa
│   │   ├── dsa_ameth.c
│   │   ├── dsa_asn1.c
│   │   ├── dsa_depr.c
│   │   ├── dsa_err.c
│   │   ├── dsa_gen.c
│   │   ├── dsagen.c
│   │   ├── dsa.h
│   │   ├── dsa_key.c
│   │   ├── dsa_lib.c
│   │   ├── dsa_locl.h
│   │   ├── dsa_ossl.c
│   │   ├── dsa_pmeth.c
│   │   ├── dsa_prn.c
│   │   ├── dsa_sign.c
│   │   ├── dsatest.c
│   │   ├── dsa_vrf.c
│   │   ├── fips186a.txt
│   │   ├── Makefile
│   │   └── README
│   ├── dso
│   │   ├── dso_beos.c
│   │   ├── dso_dl.c
│   │   ├── dso_dlfcn.c
│   │   ├── dso_err.c
│   │   ├── dso.h
│   │   ├── dso_lib.c
│   │   ├── dso_null.c
│   │   ├── dso_openssl.c
│   │   ├── dso_vms.c
│   │   ├── dso_win32.c
│   │   ├── Makefile
│   │   └── README
│   ├── ebcdic.c
│   ├── ebcdic.h
│   ├── ec
│   │   ├── ec2_mult.c
│   │   ├── ec2_oct.c
│   │   ├── ec2_smpl.c
│   │   ├── ec_ameth.c
│   │   ├── ec_asn1.c
│   │   ├── ec_check.c
│   │   ├── ec_curve.c
│   │   ├── ec_cvt.c
│   │   ├── ec_err.c
│   │   ├── ec.h
│   │   ├── ec_key.c
│   │   ├── eck_prn.c
│   │   ├── ec_lcl.h
│   │   ├── ec_lib.c
│   │   ├── ec_mult.c
│   │   ├── ec_oct.c
│   │   ├── ec_pmeth.c
│   │   ├── ecp_mont.c
│   │   ├── ecp_nist.c
│   │   ├── ecp_nistp224.c
│   │   ├── ecp_nistp256.c
│   │   ├── ecp_nistp521.c
│   │   ├── ecp_nistputil.c
│   │   ├── ecp_oct.c
│   │   ├── ec_print.c
│   │   ├── ecp_smpl.c
│   │   ├── ectest.c
│   │   └── Makefile
│   ├── ecdh
│   │   ├── ecdh.h
│   │   ├── ecdhtest.c
│   │   ├── ech_err.c
│   │   ├── ech_key.c
│   │   ├── ech_lib.c
│   │   ├── ech_locl.h
│   │   ├── ech_ossl.c
│   │   └── Makefile
│   ├── ecdsa
│   │   ├── ecdsa.h
│   │   ├── ecdsatest.c
│   │   ├── ecs_asn1.c
│   │   ├── ecs_err.c
│   │   ├── ecs_lib.c
│   │   ├── ecs_locl.h
│   │   ├── ecs_ossl.c
│   │   ├── ecs_sign.c
│   │   ├── ecs_vrf.c
│   │   └── Makefile
│   ├── engine
│   │   ├── eng_all.c
│   │   ├── eng_cnf.c
│   │   ├── eng_cryptodev.c
│   │   ├── eng_ctrl.c
│   │   ├── eng_dyn.c
│   │   ├── eng_err.c
│   │   ├── eng_fat.c
│   │   ├── engine.h
│   │   ├── enginetest.c
│   │   ├── eng_init.c
│   │   ├── eng_int.h
│   │   ├── eng_lib.c
│   │   ├── eng_list.c
│   │   ├── eng_openssl.c
│   │   ├── eng_pkey.c
│   │   ├── eng_rdrand.c
│   │   ├── eng_rsax.c
│   │   ├── eng_table.c
│   │   ├── Makefile
│   │   ├── README
│   │   ├── tb_asnmth.c
│   │   ├── tb_cipher.c
│   │   ├── tb_dh.c
│   │   ├── tb_digest.c
│   │   ├── tb_dsa.c
│   │   ├── tb_ecdh.c
│   │   ├── tb_ecdsa.c
│   │   ├── tb_pkmeth.c
│   │   ├── tb_rand.c
│   │   ├── tb_rsa.c
│   │   └── tb_store.c
│   ├── err
│   │   ├── err_all.c
│   │   ├── err.c
│   │   ├── err.h
│   │   ├── err_prn.c
│   │   ├── Makefile
│   │   └── openssl.ec
│   ├── evp
│   │   ├── bio_b64.c
│   │   ├── bio_enc.c
│   │   ├── bio_md.c
│   │   ├── bio_ok.c
│   │   ├── c_all.c
│   │   ├── c_allc.c
│   │   ├── c_alld.c
│   │   ├── digest.c
│   │   ├── e_aes.c
│   │   ├── e_aes_cbc_hmac_sha1.c
│   │   ├── e_bf.c
│   │   ├── e_camellia.c
│   │   ├── e_cast.c
│   │   ├── e_des3.c
│   │   ├── e_des.c
│   │   ├── e_dsa.c
│   │   ├── e_idea.c
│   │   ├── encode.c
│   │   ├── e_null.c
│   │   ├── e_old.c
│   │   ├── e_rc2.c
│   │   ├── e_rc4.c
│   │   ├── e_rc4_hmac_md5.c
│   │   ├── e_rc5.c
│   │   ├── e_seed.c
│   │   ├── evp_acnf.c
│   │   ├── evp_enc.c
│   │   ├── evp_err.c
│   │   ├── evp_fips.c
│   │   ├── evp.h
│   │   ├── evp_key.c
│   │   ├── evp_lib.c
│   │   ├── evp_locl.h
│   │   ├── evp_pbe.c
│   │   ├── evp_pkey.c
│   │   ├── evp_test.c
│   │   ├── evptests.txt
│   │   ├── e_xcbc_d.c
│   │   ├── Makefile
│   │   ├── m_dss1.c
│   │   ├── m_dss.c
│   │   ├── m_ecdsa.c
│   │   ├── m_md2.c
│   │   ├── m_md4.c
│   │   ├── m_md5.c
│   │   ├── m_mdc2.c
│   │   ├── m_null.c
│   │   ├── m_ripemd.c
│   │   ├── m_sha1.c
│   │   ├── m_sha.c
│   │   ├── m_sigver.c
│   │   ├── m_wp.c
│   │   ├── names.c
│   │   ├── openbsd_hw.c
│   │   ├── p5_crpt2.c
│   │   ├── p5_crpt.c
│   │   ├── p_dec.c
│   │   ├── p_enc.c
│   │   ├── p_lib.c
│   │   ├── pmeth_fn.c
│   │   ├── pmeth_gn.c
│   │   ├── pmeth_lib.c
│   │   ├── p_open.c
│   │   ├── p_seal.c
│   │   ├── p_sign.c
│   │   └── p_verify.c
│   ├── ex_data.c
│   ├── fips_err.h
│   ├── fips_ers.c
│   ├── hmac
│   │   ├── hmac.c
│   │   ├── hmac.h
│   │   ├── hmactest.c
│   │   ├── hm_ameth.c
│   │   ├── hm_pmeth.c
│   │   └── Makefile
│   ├── ia64cpuid.S
│   ├── idea
│   │   ├── i_cbc.c
│   │   ├── i_cfb64.c
│   │   ├── idea.h
│   │   ├── idea_lcl.h
│   │   ├── idea_spd.c
│   │   ├── ideatest.c
│   │   ├── i_ecb.c
│   │   ├── i_ofb64.c
│   │   ├── i_skey.c
│   │   ├── Makefile
│   │   └── version
│   ├── install-crypto.com
│   ├── jpake
│   │   ├── jpake.c
│   │   ├── jpake_err.c
│   │   ├── jpake.h
│   │   ├── jpaketest.c
│   │   └── Makefile
│   ├── krb5
│   │   ├── krb5_asn.c
│   │   ├── krb5_asn.h
│   │   └── Makefile
│   ├── lhash
│   │   ├── lhash.c
│   │   ├── lhash.h
│   │   ├── lh_stats.c
│   │   ├── lh_test.c
│   │   ├── Makefile
│   │   └── num.pl
│   ├── LPdir_nyi.c
│   ├── LPdir_unix.c
│   ├── LPdir_vms.c
│   ├── LPdir_win32.c
│   ├── LPdir_win.c
│   ├── LPdir_wince.c
│   ├── Makefile
│   ├── md2
│   │   ├── Makefile
│   │   ├── md2.c
│   │   ├── md2_dgst.c
│   │   ├── md2.h
│   │   ├── md2_one.c
│   │   └── md2test.c
│   ├── md32_common.h
│   ├── md4
│   │   ├── Makefile
│   │   ├── md4.c
│   │   ├── md4_dgst.c
│   │   ├── md4.h
│   │   ├── md4_locl.h
│   │   ├── md4_one.c
│   │   ├── md4s.cpp
│   │   └── md4test.c
│   ├── md5
│   │   ├── asm
│   │   │   ├── md5-586.pl
│   │   │   ├── md5-ia64.S
│   │   │   └── md5-x86_64.pl
│   │   ├── Makefile
│   │   ├── md5.c
│   │   ├── md5_dgst.c
│   │   ├── md5.h
│   │   ├── md5_locl.h
│   │   ├── md5_one.c
│   │   ├── md5s.cpp
│   │   └── md5test.c
│   ├── mdc2
│   │   ├── Makefile
│   │   ├── mdc2dgst.c
│   │   ├── mdc2.h
│   │   ├── mdc2_one.c
│   │   └── mdc2test.c
│   ├── mem.c
│   ├── mem_clr.c
│   ├── mem_dbg.c
│   ├── modes
│   │   ├── asm
│   │   │   ├── ghash-alpha.pl
│   │   │   ├── ghash-armv4.pl
│   │   │   ├── ghash-ia64.pl
│   │   │   ├── ghash-parisc.pl
│   │   │   ├── ghash-s390x.pl
│   │   │   ├── ghash-sparcv9.pl
│   │   │   ├── ghash-x86_64.pl
│   │   │   └── ghash-x86.pl
│   │   ├── cbc128.c
│   │   ├── ccm128.c
│   │   ├── cfb128.c
│   │   ├── ctr128.c
│   │   ├── cts128.c
│   │   ├── gcm128.c
│   │   ├── Makefile
│   │   ├── modes.h
│   │   ├── modes_lcl.h
│   │   ├── ofb128.c
│   │   └── xts128.c
│   ├── objects
│   │   ├── Makefile
│   │   ├── obj_dat.c
│   │   ├── obj_dat.h
│   │   ├── obj_dat.pl
│   │   ├── objects.h
│   │   ├── objects.pl
│   │   ├── objects.README
│   │   ├── objects.txt
│   │   ├── obj_err.c
│   │   ├── obj_lib.c
│   │   ├── obj_mac.h
│   │   ├── obj_mac.num
│   │   ├── obj_xref.c
│   │   ├── obj_xref.h
│   │   ├── objxref.pl
│   │   ├── obj_xref.txt
│   │   └── o_names.c
│   ├── ocsp
│   │   ├── Makefile
│   │   ├── ocsp_asn.c
│   │   ├── ocsp_cl.c
│   │   ├── ocsp_err.c
│   │   ├── ocsp_ext.c
│   │   ├── ocsp.h
│   │   ├── ocsp_ht.c
│   │   ├── ocsp_lib.c
│   │   ├── ocsp_prn.c
│   │   ├── ocsp_srv.c
│   │   └── ocsp_vfy.c
│   ├── o_dir.c
│   ├── o_dir.h
│   ├── o_dir_test.c
│   ├── o_fips.c
│   ├── o_init.c
│   ├── opensslconf.h
│   ├── opensslconf.h.in
│   ├── opensslv.h
│   ├── ossl_typ.h
│   ├── o_str.c
│   ├── o_str.h
│   ├── o_time.c
│   ├── o_time.h
│   ├── pariscid.pl
│   ├── pem
│   │   ├── Makefile
│   │   ├── message
│   │   ├── pem2.h
│   │   ├── pem_all.c
│   │   ├── pem_err.c
│   │   ├── pem.h
│   │   ├── pem_info.c
│   │   ├── pem_lib.c
│   │   ├── pem_oth.c
│   │   ├── pem_pk8.c
│   │   ├── pem_pkey.c
│   │   ├── pem_seal.c
│   │   ├── pem_sign.c
│   │   ├── pem_x509.c
│   │   ├── pem_xaux.c
│   │   ├── pkcs7.lis
│   │   └── pvkfmt.c
│   ├── perlasm
│   │   ├── cbc.pl
│   │   ├── ppc-xlate.pl
│   │   ├── readme
│   │   ├── x86_64-xlate.pl
│   │   ├── x86asm.pl
│   │   ├── x86gas.pl
│   │   ├── x86masm.pl
│   │   └── x86nasm.pl
│   ├── pkcs12
│   │   ├── Makefile
│   │   ├── p12_add.c
│   │   ├── p12_asn.c
│   │   ├── p12_attr.c
│   │   ├── p12_crpt.c
│   │   ├── p12_crt.c
│   │   ├── p12_decr.c
│   │   ├── p12_init.c
│   │   ├── p12_key.c
│   │   ├── p12_kiss.c
│   │   ├── p12_mutl.c
│   │   ├── p12_npas.c
│   │   ├── p12_p8d.c
│   │   ├── p12_p8e.c
│   │   ├── p12_utl.c
│   │   ├── pk12err.c
│   │   └── pkcs12.h
│   ├── pkcs7
│   │   ├── bio_ber.c
│   │   ├── bio_pk7.c
│   │   ├── dec.c
│   │   ├── des.pem
│   │   ├── doc
│   │   ├── enc.c
│   │   ├── es1.pem
│   │   ├── example.c
│   │   ├── example.h
│   │   ├── infokey.pem
│   │   ├── info.pem
│   │   ├── Makefile
│   │   ├── p7
│   │   │   ├── a1
│   │   │   ├── a2
│   │   │   ├── cert.p7c
│   │   │   ├── smime.p7m
│   │   │   └── smime.p7s
│   │   ├── pk7_asn1.c
│   │   ├── pk7_attr.c
│   │   ├── pk7_dgst.c
│   │   ├── pk7_doit.c
│   │   ├── pk7_enc.c
│   │   ├── pk7_lib.c
│   │   ├── pk7_mime.c
│   │   ├── pk7_smime.c
│   │   ├── pkcs7err.c
│   │   ├── pkcs7.h
│   │   ├── server.pem
│   │   ├── sign.c
│   │   ├── t
│   │   │   ├── 3des.pem
│   │   │   ├── 3dess.pem
│   │   │   ├── c.pem
│   │   │   ├── ff
│   │   │   ├── msie-e
│   │   │   ├── msie-enc-01
│   │   │   ├── msie-enc-01.pem
│   │   │   ├── msie-enc-02
│   │   │   ├── msie-enc-02.pem
│   │   │   ├── msie-e.pem
│   │   │   ├── msie-s-a-e
│   │   │   ├── msie-s-a-e.pem
│   │   │   ├── nav-smime
│   │   │   ├── server.pem
│   │   │   └── s.pem
│   │   └── verify.c
│   ├── ppccap.c
│   ├── ppccpuid.pl
│   ├── pqueue
│   │   ├── Makefile
│   │   ├── pq_test.c
│   │   ├── pqueue.c
│   │   └── pqueue.h
│   ├── rand
│   │   ├── Makefile
│   │   ├── md_rand.c
│   │   ├── rand_egd.c
│   │   ├── rand_err.c
│   │   ├── randfile.c
│   │   ├── rand.h
│   │   ├── rand_lcl.h
│   │   ├── rand_lib.c
│   │   ├── rand_nw.c
│   │   ├── rand_os2.c
│   │   ├── randtest.c
│   │   ├── rand_unix.c
│   │   ├── rand_vms.c
│   │   └── rand_win.c
│   ├── rc2
│   │   ├── Makefile
│   │   ├── rc2_cbc.c
│   │   ├── rc2cfb64.c
│   │   ├── rc2_ecb.c
│   │   ├── rc2.h
│   │   ├── rc2_locl.h
│   │   ├── rc2ofb64.c
│   │   ├── rc2_skey.c
│   │   ├── rc2speed.c
│   │   ├── rc2test.c
│   │   ├── rrc2.doc
│   │   ├── tab.c
│   │   └── version
│   ├── rc4
│   │   ├── asm
│   │   │   ├── rc4-586.pl
│   │   │   ├── rc4-ia64.pl
│   │   │   ├── rc4-md5-x86_64.pl
│   │   │   ├── rc4-parisc.pl
│   │   │   ├── rc4-s390x.pl
│   │   │   └── rc4-x86_64.pl
│   │   ├── Makefile
│   │   ├── rc4.c
│   │   ├── rc4_enc.c
│   │   ├── rc4.h
│   │   ├── rc4_locl.h
│   │   ├── rc4s.cpp
│   │   ├── rc4_skey.c
│   │   ├── rc4speed.c
│   │   ├── rc4test.c
│   │   ├── rc4_utl.c
│   │   └── rrc4.doc
│   ├── rc5
│   │   ├── asm
│   │   │   └── rc5-586.pl
│   │   ├── Makefile
│   │   ├── rc5cfb64.c
│   │   ├── rc5_ecb.c
│   │   ├── rc5_enc.c
│   │   ├── rc5.h
│   │   ├── rc5_locl.h
│   │   ├── rc5ofb64.c
│   │   ├── rc5s.cpp
│   │   ├── rc5_skey.c
│   │   ├── rc5speed.c
│   │   └── rc5test.c
│   ├── ripemd
│   │   ├── asm
│   │   │   ├── rips.cpp
│   │   │   └── rmd-586.pl
│   │   ├── Makefile
│   │   ├── README
│   │   ├── ripemd.h
│   │   ├── rmd160.c
│   │   ├── rmdconst.h
│   │   ├── rmd_dgst.c
│   │   ├── rmd_locl.h
│   │   ├── rmd_one.c
│   │   └── rmdtest.c
│   ├── rsa
│   │   ├── Makefile
│   │   ├── rsa_ameth.c
│   │   ├── rsa_asn1.c
│   │   ├── rsa_chk.c
│   │   ├── rsa_crpt.c
│   │   ├── rsa_depr.c
│   │   ├── rsa_eay.c
│   │   ├── rsa_err.c
│   │   ├── rsa_gen.c
│   │   ├── rsa.h
│   │   ├── rsa_lib.c
│   │   ├── rsa_locl.h
│   │   ├── rsa_none.c
│   │   ├── rsa_null.c
│   │   ├── rsa_oaep.c
│   │   ├── rsa_pk1.c
│   │   ├── rsa_pmeth.c
│   │   ├── rsa_prn.c
│   │   ├── rsa_pss.c
│   │   ├── rsa_saos.c
│   │   ├── rsa_sign.c
│   │   ├── rsa_ssl.c
│   │   ├── rsa_test.c
│   │   └── rsa_x931.c
│   ├── s390xcap.c
│   ├── s390xcpuid.S
│   ├── seed
│   │   ├── Makefile
│   │   ├── seed.c
│   │   ├── seed_cbc.c
│   │   ├── seed_cfb.c
│   │   ├── seed_ecb.c
│   │   ├── seed.h
│   │   ├── seed_locl.h
│   │   └── seed_ofb.c
│   ├── sha
│   │   ├── asm
│   │   │   ├── README
│   │   │   ├── sha1-586.pl
│   │   │   ├── sha1-alpha.pl
│   │   │   ├── sha1-armv4-large.pl
│   │   │   ├── sha1-ia64.pl
│   │   │   ├── sha1-mips.pl
│   │   │   ├── sha1-parisc.pl
│   │   │   ├── sha1-ppc.pl
│   │   │   ├── sha1-s390x.pl
│   │   │   ├── sha1-sparcv9a.pl
│   │   │   ├── sha1-sparcv9.pl
│   │   │   ├── sha1-thumb.pl
│   │   │   ├── sha1-x86_64.pl
│   │   │   ├── sha256-586.pl
│   │   │   ├── sha256-armv4.pl
│   │   │   ├── sha512-586.pl
│   │   │   ├── sha512-armv4.pl
│   │   │   ├── sha512-ia64.pl
│   │   │   ├── sha512-mips.pl
│   │   │   ├── sha512-parisc.pl
│   │   │   ├── sha512-ppc.pl
│   │   │   ├── sha512-s390x.pl
│   │   │   ├── sha512-sparcv9.pl
│   │   │   └── sha512-x86_64.pl
│   │   ├── Makefile
│   │   ├── sha1.c
│   │   ├── sha1dgst.c
│   │   ├── sha1_one.c
│   │   ├── sha1test.c
│   │   ├── sha256.c
│   │   ├── sha256t.c
│   │   ├── sha512.c
│   │   ├── sha512t.c
│   │   ├── sha.c
│   │   ├── sha_dgst.c
│   │   ├── sha.h
│   │   ├── sha_locl.h
│   │   ├── sha_one.c
│   │   └── shatest.c
│   ├── sparccpuid.S
│   ├── sparcv9cap.c
│   ├── srp
│   │   ├── Makefile
│   │   ├── srp_grps.h
│   │   ├── srp.h
│   │   ├── srp_lcl.h
│   │   ├── srp_lib.c
│   │   ├── srptest.c
│   │   └── srp_vfy.c
│   ├── stack
│   │   ├── Makefile
│   │   ├── safestack.h
│   │   ├── stack.c
│   │   └── stack.h
│   ├── store
│   │   ├── Makefile
│   │   ├── README
│   │   ├── store.h
│   │   ├── str_err.c
│   │   ├── str_lib.c
│   │   ├── str_locl.h
│   │   ├── str_mem.c
│   │   └── str_meth.c
│   ├── symhacks.h
│   ├── threads
│   │   ├── mttest.c
│   │   ├── netware.bat
│   │   ├── profile.sh
│   │   ├── ptest.bat
│   │   ├── pthread2.sh
│   │   ├── pthread.sh
│   │   ├── pthreads-vms.com
│   │   ├── purify.sh
│   │   ├── README
│   │   ├── solaris.sh
│   │   ├── th-lock.c
│   │   └── win32.bat
│   ├── ts
│   │   ├── Makefile
│   │   ├── ts_asn1.c
│   │   ├── ts_conf.c
│   │   ├── ts_err.c
│   │   ├── ts.h
│   │   ├── ts_lib.c
│   │   ├── ts_req_print.c
│   │   ├── ts_req_utils.c
│   │   ├── ts_rsp_print.c
│   │   ├── ts_rsp_sign.c
│   │   ├── ts_rsp_utils.c
│   │   ├── ts_rsp_verify.c
│   │   └── ts_verify_ctx.c
│   ├── txt_db
│   │   ├── Makefile
│   │   ├── txt_db.c
│   │   └── txt_db.h
│   ├── ui
│   │   ├── Makefile
│   │   ├── ui_compat.c
│   │   ├── ui_compat.h
│   │   ├── ui_err.c
│   │   ├── ui.h
│   │   ├── ui_lib.c
│   │   ├── ui_locl.h
│   │   ├── ui_openssl.c
│   │   └── ui_util.c
│   ├── uid.c
│   ├── vms_rms.h
│   ├── whrlpool
│   │   ├── asm
│   │   │   ├── wp-mmx.pl
│   │   │   └── wp-x86_64.pl
│   │   ├── Makefile
│   │   ├── whrlpool.h
│   │   ├── wp_block.c
│   │   ├── wp_dgst.c
│   │   ├── wp_locl.h
│   │   └── wp_test.c
│   ├── x509
│   │   ├── by_dir.c
│   │   ├── by_file.c
│   │   ├── Makefile
│   │   ├── x509_att.c
│   │   ├── x509_cmp.c
│   │   ├── x509cset.c
│   │   ├── x509_d2.c
│   │   ├── x509_def.c
│   │   ├── x509_err.c
│   │   ├── x509_ext.c
│   │   ├── x509.h
│   │   ├── x509_lu.c
│   │   ├── x509name.c
│   │   ├── x509_obj.c
│   │   ├── x509_r2x.c
│   │   ├── x509_req.c
│   │   ├── x509rset.c
│   │   ├── x509_set.c
│   │   ├── x509spki.c
│   │   ├── x509_trs.c
│   │   ├── x509_txt.c
│   │   ├── x509type.c
│   │   ├── x509_v3.c
│   │   ├── x509_vfy.c
│   │   ├── x509_vfy.h
│   │   ├── x509_vpm.c
│   │   └── x_all.c
│   ├── x509v3
│   │   ├── ext_dat.h
│   │   ├── Makefile
│   │   ├── pcy_cache.c
│   │   ├── pcy_data.c
│   │   ├── pcy_int.h
│   │   ├── pcy_lib.c
│   │   ├── pcy_map.c
│   │   ├── pcy_node.c
│   │   ├── pcy_tree.c
│   │   ├── tabtest.c
│   │   ├── v3_addr.c
│   │   ├── v3_akeya.c
│   │   ├── v3_akey.c
│   │   ├── v3_alt.c
│   │   ├── v3_asid.c
│   │   ├── v3_bcons.c
│   │   ├── v3_bitst.c
│   │   ├── v3_conf.c
│   │   ├── v3conf.c
│   │   ├── v3_cpols.c
│   │   ├── v3_crld.c
│   │   ├── v3_enum.c
│   │   ├── v3err.c
│   │   ├── v3_extku.c
│   │   ├── v3_genn.c
│   │   ├── v3_ia5.c
│   │   ├── v3_info.c
│   │   ├── v3_int.c
│   │   ├── v3_lib.c
│   │   ├── v3_ncons.c
│   │   ├── v3_ocsp.c
│   │   ├── v3_pcia.c
│   │   ├── v3_pci.c
│   │   ├── v3_pcons.c
│   │   ├── v3_pku.c
│   │   ├── v3_pmaps.c
│   │   ├── v3prin.c
│   │   ├── v3_prn.c
│   │   ├── v3_purp.c
│   │   ├── v3_skey.c
│   │   ├── v3_sxnet.c
│   │   ├── v3_utl.c
│   │   └── x509v3.h
│   ├── x86_64cpuid.pl
│   └── x86cpuid.pl
├── d159.param
├── depcomp
├── doc
│   ├── alloc.xml
│   ├── auxfns.xml
│   ├── basics.xml
│   ├── bundle.xml
│   ├── contributors.xml
│   ├── custom-nochunks.xsl
│   ├── custom-pretty.xsl
│   ├── custom.xsl
│   ├── default.css
│   ├── elementfns.xml
│   ├── extract
│   ├── index.html
│   ├── internal.xml
│   ├── Makefile
│   ├── makeover
│   ├── manual.xml
│   ├── pairingfns.xml
│   ├── pairingtypes.xml
│   ├── paramfns.xml
│   ├── pbclogo.svg
│   ├── pretty
│   │   ├── find_selflink.js
│   │   └── pretty.css
│   ├── quickstart.xml
│   ├── randomfns.xml
│   ├── security.xml
│   └── sigex.xml
├── ecc
│   ├── a_param.c
│   ├── curve.c
│   ├── d_param.c
│   ├── e_param.c
│   ├── f_param.c
│   ├── g_param.c
│   ├── hilbert.c
│   ├── mnt.c
│   ├── mpc.c
│   ├── pairing.c
│   ├── param.c
│   └── singular.c
├── example
│   ├── bls.c
│   ├── bonehfranklin.c
│   ├── hess.c
│   ├── joux.c
│   ├── Makefile.am
│   ├── Makefile.in
│   ├── paterson.c
│   ├── yuanli.c
│   ├── zhangkim.c
│   └── zss.c
├── FindGMP.cmake
├── FindReadline.cmake
├── gen
│   ├── gena1param.c
│   ├── genalldparams
│   ├── genaparam.c
│   ├── gendparam.c
│   ├── geneparam.c
│   ├── genfparam.c
│   ├── gengparam.c
│   ├── hilbertpoly.c
│   ├── listfreeman.c
│   ├── listhilbert
│   ├── listmnt.c
│   ├── Makefile.am
│   └── Makefile.in
├── guru
│   ├── 19.c
│   ├── 59.c
│   ├── checkfp.c
│   ├── sing.c
│   ├── testexp.c
│   ├── testfi.c
│   ├── testindexcalculus.c
│   ├── testpairing.c
│   ├── testpoly.c
│   └── timefp.c
├── include
│   ├── pbc_a1_param.h
│   ├── pbc_a_param.h
│   ├── pbc_assert.h
│   ├── pbc_curve.h
│   ├── pbc_darray.h
│   ├── pbc_d_param.h
│   ├── pbc_e_param.h
│   ├── pbc_field.h
│   ├── pbc_fieldmpz.h
│   ├── pbc_fieldquadratic.h
│   ├── pbc_fops.h
│   ├── pbc_f_param.h
│   ├── pbc_fp.h
│   ├── pbc_g_param.h
│   ├── pbc.h
│   ├── pbc_hilbert.h
│   ├── pbc_memory.h
│   ├── pbc_mnt.h
│   ├── pbc_mpc.h
│   ├── pbc_pairing.h
│   ├── pbc_param.h
│   ├── pbc_parse.h
│   ├── pbc_poly.h
│   ├── pbc_random.h
│   ├── pbc_singular.h
│   ├── pbc_symtab.h
│   ├── pbc_time.h
│   ├── pbc_tracker.h
│   ├── pbc_utils.h
│   └── StdAfx.h
├── INSTALL
├── install-sh
├── libeay32.lib
├── libgmp.lib
├── ltmain.sh
├── Makefile.am
├── Makefile.in
├── makerelease
├── misc
│   ├── darray.c
│   ├── extend_printf.c
│   ├── fops.c
│   ├── get_time.c
│   ├── get_time.win32.c
│   ├── memory.c
│   ├── parse.c
│   ├── pbc_assert.c
│   ├── symtab.c
│   └── tracker.c
├── missing
├── NEWS
├── param
│   ├── a1.param
│   ├── a.param
│   ├── d105171-196-185.param
│   ├── d159.param
│   ├── d201.param
│   ├── d224.param
│   ├── d277699-175-167.param
│   ├── d278027-190-181.param
│   ├── e.param
│   ├── f256.txt
│   ├── f.param
│   └── g149.param
├── pbc
│   ├── pbc.c
│   ├── pbc_getline.c
│   └── pbc_getline.readline.c
├── PBCVC
│   ├── bls.c
│   ├── getime.cpp
│   ├── gmp.h
│   ├── libeay32.dll
│   ├── libeay32.lib
│   ├── openssl
│   │   ├── aes.h
│   │   ├── asn1.h
│   │   ├── asn1_mac.h
│   │   ├── asn1t.h
│   │   ├── bio.h
│   │   ├── blowfish.h
│   │   ├── bn.h
│   │   ├── buffer.h
│   │   ├── camellia.h
│   │   ├── cast.h
│   │   ├── cmac.h
│   │   ├── cms.h
│   │   ├── comp.h
│   │   ├── conf_api.h
│   │   ├── conf.h
│   │   ├── crypto.h
│   │   ├── des.h
│   │   ├── des_old.h
│   │   ├── dh.h
│   │   ├── dsa.h
│   │   ├── dso.h
│   │   ├── dtls1.h
│   │   ├── ebcdic.h
│   │   ├── ecdh.h
│   │   ├── ecdsa.h
│   │   ├── ec.h
│   │   ├── engine.h
│   │   ├── e_os2.h
│   │   ├── err.h
│   │   ├── evp.h
│   │   ├── hmac.h
│   │   ├── idea.h
│   │   ├── krb5_asn.h
│   │   ├── kssl.h
│   │   ├── lhash.h
│   │   ├── md4.h
│   │   ├── md5.h
│   │   ├── mdc2.h
│   │   ├── modes.h
│   │   ├── objects.h
│   │   ├── obj_mac.h
│   │   ├── ocsp.h
│   │   ├── opensslconf.h
│   │   ├── opensslv.h
│   │   ├── ossl_typ.h
│   │   ├── pem2.h
│   │   ├── pem.h
│   │   ├── pkcs12.h
│   │   ├── pkcs7.h
│   │   ├── pqueue.h
│   │   ├── rand.h
│   │   ├── rc2.h
│   │   ├── rc4.h
│   │   ├── ripemd.h
│   │   ├── rsa.h
│   │   ├── safestack.h
│   │   ├── seed.h
│   │   ├── sha.h
│   │   ├── srp.h
│   │   ├── srtp.h
│   │   ├── ssl23.h
│   │   ├── ssl2.h
│   │   ├── ssl3.h
│   │   ├── ssl.h
│   │   ├── stack.h
│   │   ├── symhacks.h
│   │   ├── tls1.h
│   │   ├── ts.h
│   │   ├── txt_db.h
│   │   ├── ui_compat.h
│   │   ├── ui.h
│   │   ├── whrlpool.h
│   │   ├── x509.h
│   │   ├── x509v3.h
│   │   └── x509_vfy.h
│   ├── PBCVC.dep
│   ├── PBCVC.dsp
│   ├── PBCVC.dsw
│   ├── PBCVC.ncb
│   ├── PBCVC.opt
│   ├── PBCVC.plg
│   ├── Release
│   │   ├── a_param.obj
│   │   ├── bls.obj
│   │   ├── curve.obj
│   │   ├── darray.obj
│   │   ├── d_param.obj
│   │   ├── extend_printf.obj
│   │   ├── fasterfp.obj
│   │   ├── fastfp.obj
│   │   ├── field.obj
│   │   ├── fieldquadratic.obj
│   │   ├── fops.obj
│   │   ├── f_param.obj
│   │   ├── fp.obj
│   │   ├── getime.obj
│   │   ├── libeay32.dll
│   │   ├── memory.obj
│   │   ├── montfp.obj
│   │   ├── naivefp.obj
│   │   ├── pairing.obj
│   │   ├── param.obj
│   │   ├── parse.obj
│   │   ├── PBCVC.exe
│   │   ├── PBCVC.pch
│   │   ├── poly.obj
│   │   ├── random.obj
│   │   ├── symtab.obj
│   │   ├── testpairing.obj
│   │   ├── tracker.obj
│   │   └── vc60.idb
│   └── self-compiled
│   ├── gmp.h
│   └── gmp.lib
├── README
└── setup

93 directories, 1404 files

标签:

实例下载地址

密码学开源库PBC在VC6.0下的可用整套源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警