Skip to content

Commit a399e93

Browse files
committed
fix: precompiles aren't called on RSA3072
1 parent 782f8a2 commit a399e93

File tree

1 file changed

+1
-1
lines changed
  • patch-testing/RustCrypto-rsa/src

1 file changed

+1
-1
lines changed

patch-testing/RustCrypto-rsa/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub fn test_pkcs_verify_100(
2828
|_| {}
2929
}
3030

31-
#[sp1_test::sp1_test("rsa_test_email", syscalls = [U256XU2048_MUL], gpu, prove)]
31+
#[sp1_test::sp1_test("rsa_test_email", gpu, prove)]
3232
pub fn test_pkcs_verify_email(
3333
stdin: &mut sp1_sdk::SP1Stdin,
3434
) -> impl FnOnce(sp1_sdk::SP1PublicValues) {

0 commit comments

Comments
 (0)