| Crates.io | xeddsa |
| lib.rs | xeddsa |
| version | 1.0.2 |
| created_at | 2023-11-10 18:04:42.289196+00 |
| updated_at | 2023-11-11 11:23:30.41501+00 |
| description | Implementation of the XEdDSA signature algorithm designed for Signal by Trevor Perrin, et al |
| homepage | |
| repository | https://codeberg.org/SpotNuts/xeddsa |
| max_upload_size | |
| id | 1031381 |
| size | 37,019 |
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.
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