orion-rs / orion

Usable, easy and safe pure-Rust crypto
MIT License
538 stars 29 forks source link

Update `fiat-crypto` to `0.2.1` #352

Closed brycx closed 10 months ago

brycx commented 10 months ago

The new release includes struct-based newtypes so this had to be adjusted for in Poly1305 and X25519.

Seems the mips64-unknown-linux-gnuabi64 has somewhat been silently downgraded in target support with Rust 1.72 (https://github.com/rust-lang/rust/issues/115218). Maybe we can find a replacement?