Skip to content

Releases: risc0/RustCrypto-elliptic-curves

k256/v0.13.3-risczero.0

22 Jan 18:42
d4f457a
Compare
Choose a tag to compare

k256/v0.13.2-risczero.0

22 Jan 18:41
347e1e6
Compare
Choose a tag to compare

k256/v0.13.1-risczero.1

15 Sep 18:25
5fea17d
Compare
Choose a tag to compare

This release enables support for the RISC Zero's cryptography acceleration in the k256 crate, based on v0.13.1.

In k256/v0.13.1-risczero.1, is a patch release to address an issue with a missing normalization check. This missing check allows the zkVM host to potentially corrupt the computation. In the worst case, this could result in loss of soundness in downstream applications. This issue was addressed in #2

What's Changed

  • Fix potential overflow error in FieldElement8x32R0::add by @nategraf in #2

Full diff from v0.13.1: https://github.com/risc0/RustCrypto-elliptic-curves/compare/k256/v0.13.1..k256/v0.13.1-risczero.1