嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
椭圆曲线的工程实现
Elliptic Curve Cryptography Implementation in C Please refer to manual.pdf to use this implementation. This project implements the following-
1- Finite Field Arithmetic (of characteristic of Arbitrary precision)
2- Elliptic Curve Arithmetic
3- Attacks- Pollard Rho, Pohlig Hellman
4- Elliptic Curve Cryptosystems- Diffie-Hellman Key Exchange, Digital Signature Schemes (ECDSA, ELGAMAL), Public Key Encryption (ELGAMAL)
ECC-master
├── README.md
├── assets
│ ├── givpoly1.h
│ └── givpoly1io.inl
├── examples
│ ├── ECDSA.cpp
│ ├── ECDSA.sh
│ ├── ECDSAI
│ ├── ECarithmetic.cpp
│ ├── ECarithmetic.sh
│ ├── ECarithmeticI
│ ├── ECarithmetic_2_1_I
│ ├── ECarithmetic_2_2_I
│ ├── ELGAMAL_DSA.cpp
│ ├── ELGAMAL_DSA.sh
│ ├── ELGAMAL_DSAI
│ ├── ELGAMAL_Encryption.cpp
│ ├── ELGAMAL_Encryption.sh
│ ├── ELGAMAL_EncryptionI
│ ├── FiniteFieldArithmetic.cpp
│ ├── FiniteFieldArithmetic.sh
│ ├── FiniteFieldArithmeticI
│ ├── command.sh
│ ├── pohlig.cpp
│ ├── pohlig.sh
│ ├── pohligI
│ ├── pohlig_2_1_I
│ └── pohlig_2_2_I
├── manual.docx
├── manual.pdf
└── src
├── ECC.cpp
├── ECC.h
├── attacksECC.cpp
├── attacksECC.h
├── compile.sh
├── ellipticCurve.cpp
└── ellipticCurve.h
3 directories, 35 files