Nacho Avecilla

Results 10 issues of Nacho Avecilla

## Motivation This PR is related to #1725. It has some improvements in performance and now it returns all ciphertexts in the correct order. The motivation is to get all...

## Motivation Improve performance in `get_ciphertexts` method of `LedgerState`. This improvement was added in another PR to Testnet 3 #1759. ## Test Plan There are no new tests but the...

## Introduction I was implementing a new `get_ciphertexts` function that returns an iterator over all ciphertexts in the ledger. To achieve this, I did the following [PR](https://github.com/AleoHQ/snarkOS/pull/1759#discussion_r868308192_) with some of...

storage
performance

The general idea is to add GPU support for all the primitives that the prover uses to run in the browser. There's beta support in Chrome and Firefox at the...

## What ❔ This PR contains the rest of the changes required for EVM Equivalence. Changes have been made to make sure it can be merged to `main` currently without...

## What ❔ Add typescript tests for the EVM simulator ## Why ❔ ## Checklist - [ ] PR title corresponds to the body of PR (we generate changelog entries...

Update the public input validation example to support both `SP1` and `Risc0` implementations. Additionally, improve the steps and documentation to make it easier to follow and execute. ## How to...

This [PR](https://github.com/yetanotherco/aligned_layer/pull/1090) introduced new tests on the operator side, and it would be beneficial to include them in the CI workflow. There was [an attempt](https://github.com/yetanotherco/aligned_layer/actions/runs/11257876098/job/31303145679) to do this, but some...

# What ❔ This PR adds the implementation of the Modexp (Big integer modular exponentiation) precompile introduced in the [EIP-198: Big integer modular exponentiation](https://eips.ethereum.org/EIPS/eip-198). ## Why ❔ The work done...