Advertisement
Guest User

Untitled

a guest
May 27th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # Elliptic Curve Cryptography
  2.  
  3. ## Abstract
  4.  
  5. * elliptic curve over the finite field GF(p)
  6.  
  7. ## Timeline
  8.  
  9. ## Papers
  10.  
  11. ## Curves
  12.  
  13. * secp
  14. * brainpool
  15. * curve25519/curve448
  16.  
  17. ## Algorithms
  18.  
  19. * ECDH
  20. * X25519/X448
  21. * EdDSA
  22. * ECDSA
  23. * qDSA
  24. * schnorr-curve25519 (strobe)
  25. * ...
  26.  
  27. ## Points representation
  28.  
  29. * Affine
  30. * projective
  31. * ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement