From 030fbf7a4951a31aefa957338955196156f704cc Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Wed, 25 Sep 2024 10:25:20 -0700 Subject: [PATCH 1/2] fxi: docs --- book/writing-programs/patched-crates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/writing-programs/patched-crates.md b/book/writing-programs/patched-crates.md index 4f9ff7f727..4ce61be02c 100644 --- a/book/writing-programs/patched-crates.md +++ b/book/writing-programs/patched-crates.md @@ -18,7 +18,7 @@ Under the hood, we use [precompiles](./precompiles.md) to achieve tremendous per | curve25519-dalek | [sp1-patches/curve25519-dalek](https://github.com/sp1-patches/curve25519-dalek) | ed25519 verify | | ecdsa-core | [sp1-patches/signatures](http://github.com/sp1-patches/signatures) | secp256k1 verify | | secp256k1 | [sp1-patches/rust-secp256k1](http://github.com/sp1-patches/rust-secp256k1) | secp256k1 verify | -| **** | substrate-bn | [sp1-patches/bn](https://github.com/sp1-patches/bn) | BN254 | +| substrate-bn | [sp1-patches/bn](https://github.com/sp1-patches/bn) | BN254 | | substrate-bls12_381 | [sp1-patches/bls12_381](https://github.com/sp1-patches/bls12_381) | bls12_381 | ## Using Patched Crates From b6bbe20f6ea90d55c4fa8418c7243a25e84e4168 Mon Sep 17 00:00:00 2001 From: Ratan Kaliani Date: Wed, 25 Sep 2024 10:25:59 -0700 Subject: [PATCH 2/2] add --- book/writing-programs/patched-crates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/writing-programs/patched-crates.md b/book/writing-programs/patched-crates.md index 4ce61be02c..771fcacff6 100644 --- a/book/writing-programs/patched-crates.md +++ b/book/writing-programs/patched-crates.md @@ -19,7 +19,7 @@ Under the hood, we use [precompiles](./precompiles.md) to achieve tremendous per | ecdsa-core | [sp1-patches/signatures](http://github.com/sp1-patches/signatures) | secp256k1 verify | | secp256k1 | [sp1-patches/rust-secp256k1](http://github.com/sp1-patches/rust-secp256k1) | secp256k1 verify | | substrate-bn | [sp1-patches/bn](https://github.com/sp1-patches/bn) | BN254 | -| substrate-bls12_381 | [sp1-patches/bls12_381](https://github.com/sp1-patches/bls12_381) | bls12_381 | +| substrate-bls12_381 | [sp1-patches/bls12_381](https://github.com/sp1-patches/bls12_381) | BLS12-381 | ## Using Patched Crates