Skip to content

Elliptic curve Diffie-Hellman key exchange over Curve25519

License

Notifications You must be signed in to change notification settings

CryptoEsel/js-x25519

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-x25519

Javascript implementation of Elliptic curve Diffie-Hellman key exchange over Curve25519

Description

In cryptography, Curve25519 is an elliptic curve offering 128 bits of security and designed for use with the elliptic curve Diffie–Hellman (ECDH) key agreement scheme. It is one of the fastest ECC curves; it is not covered by any known patents, and it is less susceptible to weak random-number generators. The reference implementation is public domain software.

The original Curve25519 paper defined it as a Diffie–Hellman (DH) function. Daniel J. Bernstein has since proposed that the name Curve25519 be used for the underlying curve, and the name X25519 for the DH function.

Authors

Projects

Links

About

Elliptic curve Diffie-Hellman key exchange over Curve25519

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published