#eddsa #key-exchange #signature #ed25519 #ecc

xeddsa

Implementation of the XEdDSA signature algorithm designed for Signal by Trevor Perrin, et al

3 stable releases

1.0.2 Nov 11, 2023
1.0.1 Nov 10, 2023

#2318 in Cryptography

Download history 37/week @ 2024-07-20 157/week @ 2024-07-27 37/week @ 2024-08-03 40/week @ 2024-08-10 44/week @ 2024-08-17 65/week @ 2024-08-24 67/week @ 2024-08-31 56/week @ 2024-09-07 31/week @ 2024-09-14 72/week @ 2024-09-21 94/week @ 2024-09-28 64/week @ 2024-10-05 69/week @ 2024-10-12 42/week @ 2024-10-19 46/week @ 2024-10-26 17/week @ 2024-11-02

179 downloads per month

Apache-2.0

16KB
233 lines

Implementation of the XEdDSA signature algorithm

XEdDSA is an Elliptic-Curve signature algorithm designed by the Signal project. XEdDSA is designed to use the same Elliptic-Curve keys both for Diffie-Hellman key exchange and for EdDSA signatures.

Features

The following features of the specification are implemented:

  • Utility functions to implement specific algorithms
  • Concrete implementation for XEd25519 (on Curve25519, compatible with curve25519-dalek)

License: Apache-2.0


lib.rs:

Implementation of the XEdDSA signature algorithm

XEdDSA is an Elliptic-Curve signature algorithm designed by the Signal project. XEdDSA is designed to use the same Elliptic-Curve keys both for Diffie-Hellman key exchange and for EdDSA signatures.

Features

The following features of the specification are implemented:

  • Utility functions to implement specific algorithms
  • Concrete implementation for XEd25519 (on Curve25519, compatible with curve25519-dalek)

Dependencies

~2.3–3.5MB
~73K SLoC