You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
On 2020-04-29 @pvienhage wrote in 7850bac “Smart contrat Recurance proof system impl (#677)”:
Investigate possible truncation
about = "Example zkp-stark project verifying Pedersen Merkle trees.")]structOptions{// The number of occurrences of the `v/verbose` flag/// Verbose mode (-v, -vv, -vvv, etc.)// TODO - Investigate possible truncation#[allow(clippy::cast_possible_truncation)]#[structopt(short, long, parse(from_occurrences))]verbose:u8,/// Run a specific 8192 depth example
On 2020-04-29 @pvienhage wrote in
7850bac
“Smart contrat Recurance proof system impl (#677)”:Investigate possible truncation
From
crypto/stark/examples/pedersen_merkle/main.rs:73
The text was updated successfully, but these errors were encountered: