mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-21 18:33:03 +00:00
Update 08_Elliptic_Curve_Key_Pair_Generation.md
This commit is contained in:
parent
9fad2c14a8
commit
f8e6a661f1
1 changed files with 0 additions and 6 deletions
|
@ -1,6 +1,3 @@
|
|||
Certainly! Here's the complete content for challenge 8, `08_Elliptic_Curve_Key_Pair_Generation.md`, including the introduction, challenge instructions, answer, and code.
|
||||
|
||||
```markdown
|
||||
# Elliptic Curve Key Pair Generation
|
||||
|
||||
**Level:** Intermediate
|
||||
|
@ -85,6 +82,3 @@ Public Key: (15, 13)
|
|||
```
|
||||
|
||||
This code defines functions to add and multiply points on an elliptic curve over a finite field. Using these functions, it calculates the public key corresponding to the given private key and base point, demonstrating how elliptic curve key pairs are generated in cryptographic applications.
|
||||
```
|
||||
|
||||
This file provides a comprehensive explanation and solution for the challenge, giving students a practical example of how elliptic curve cryptography can be used to generate key pairs.
|
||||
|
|
Loading…
Reference in a new issue