Page 1 of 1

Q2: Elliptic-curve cryptography (ECC). Design and implement a simple ECC package to provide encrypting/decrypting and di

Posted: Sat May 14, 2022 3:30 pm
by answerhappygod
Q2 Elliptic Curve Cryptography Ecc Design And Implement A Simple Ecc Package To Provide Encrypting Decrypting And Di 1
Q2 Elliptic Curve Cryptography Ecc Design And Implement A Simple Ecc Package To Provide Encrypting Decrypting And Di 1 (66.81 KiB) Viewed 67 times
using python
Q2: Elliptic-curve cryptography (ECC). Design and implement a simple ECC package to provide encrypting/decrypting and digital signature signing and verifying. a. Operations on the underlying Zp field, where p is either 11, 23, or 37, and E(Zp) is defined. b. choose any hash function which is available as free source. C. Represent a message on an EC. you can use free source code or library function, but you have to understand it. d. A main method to show different usage of ECC including dialogues between two parties (Alice and Bob) that reflect encrypting/decrypting and digital signature signing and verifying.