xeddsa

Crates.ioxeddsa
lib.rsxeddsa
version1.0.2
sourcesrc
created_at2023-11-10 18:04:42.289196
updated_at2023-11-11 11:23:30.41501
descriptionImplementation of the XEdDSA signature algorithm designed for Signal by Trevor Perrin, et al
homepage
repositoryhttps://codeberg.org/SpotNuts/xeddsa
max_upload_size
id1031381
size37,019
Dominik George (Natureshadow)

documentation

README

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

Commit count: 0

cargo fmt