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

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

#2641 in Cryptography

Download history 35/week @ 2024-10-22 43/week @ 2024-10-29 19/week @ 2024-11-05 30/week @ 2024-11-12 53/week @ 2024-11-19 56/week @ 2024-11-26 70/week @ 2024-12-03 62/week @ 2024-12-10 118/week @ 2024-12-17 104/week @ 2024-12-24 59/week @ 2024-12-31 94/week @ 2025-01-07 95/week @ 2025-01-14 102/week @ 2025-01-21 163/week @ 2025-01-28 136/week @ 2025-02-04

512 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
~72K SLoC