Skip to content

Fiat Cryptography v0.0.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@JasonGross JasonGross released this 13 Dec 19:59
· 1327 commits to master since this release

What's Changed

  • Zig:
    • use @import("builtin") instead of the deprecated reexport
  • Rust:
    • Add conditional no_std to Cargo.toml
    • allow(non_camel_case_types) is now an inner attribute
  • JSON:
    • Fix bitwidths by avoiding rounding
  • Coq:
    • Bump minimum Coq dependency to 8.11
    • Edwards-Montgomery isomorphism proof
  • experimental x86 assembly symbolic equivalence checker

New Contributors

Full Changelog: v0.0.9...v0.0.10