mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-06 15:53:10 +00:00
addressed comments
This commit is contained in:
parent
d340ff8cfa
commit
42d65839e7
@ -40,8 +40,8 @@ pub(crate) struct GenerationState<F: Field> {
|
||||
/// addresses.
|
||||
pub(crate) state_key_to_address: HashMap<H256, Address>,
|
||||
|
||||
/// Prover inputs containing the result of a MODMUL-related operation, in reverse order so that the next
|
||||
/// input can be obtained via `pop()`.
|
||||
/// Prover inputs containing the result of a MODMUL-related operation, in little-endian order (so that
|
||||
/// inputs are obtained in big-endian order via `pop()`).
|
||||
pub(crate) bignum_modmul_prover_inputs: Vec<U256>,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user