Skip to content
/ ec_curve Public

An elementary example of calculating private and public keys for EC cryptography. Part of a network security class.

Notifications You must be signed in to change notification settings

j-l-m/ec_curve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ec_curve

An elementary example of calculating private and plublic keys for Elliptic curve cryptography (ECC). Part of a network security class.

A very simple example to show some concepts of elliptic cryptography. It demonstrates:

  • Calculating private and public keys using an elliptic curve
  • A simple example of point doubling
  • How to find multiplicative inverses
  • Plotting a curve

About

An elementary example of calculating private and public keys for EC cryptography. Part of a network security class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published