brycx / pasetors

PASETOrs: PASETO tokens in pure Rust
MIT License
87 stars 9 forks source link

Switch from `ed25519-dalek` to `ed25519-compact` #48

Closed brycx closed 2 years ago

brycx commented 2 years ago

The latter is more self-contained, has fewer dependencies which are also up to date. The dalek crate has been behind on rand versions for some time and the ed2559-compact uses fiat's formally-verified arithmetic for Ed25519. Additionally, the latter has all the functionality required by this crate as well.

brycx commented 2 years ago

Included in the 0.5.0-alpha.3 prerelease.