Skip to content

immortal16/ECArithmetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECArithmetic

Сontains basic functions of elliptic curves arithmetic: doubling a point, addition of two points, scalar multiplication and converting between affine/projective form.

Including

  • params - set of parameters of the P-192 curve from ECDSA;
  • helpers - egcd and modular multiplicative inverse;
  • curve - elliptic curve class;
  • point - affine and projective point classes (contains all functionality described above);
  • main - simple proof of correctness with the P-192 point.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages