brycx / pasetors

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

Switch to RustCrypto `p384` once `rust-p384` changes have been merged #55

Closed brycx closed 2 years ago

brycx commented 2 years ago

See https://github.com/RustCrypto/elliptic-curves/pull/565

I'm assuming once this is done, the p384 crate will be the one that is maintained going forward.

brycx commented 2 years ago

With that crate, there should also be coming RFC 6979 support at some point. Already here.

brycx commented 2 years ago

See #64