Skip to content

Commit

Permalink
function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jan 3, 2024
1 parent e09fe34 commit 2731f34
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/air/public_input.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ struct PublicInput {

#[generate_trait]
impl PublicInputImpl of PublicInputTrait {

// Computes the hash of the public input, which is used as the initial seed for the Fiat-Shamir heuristic.
fn get_public_input_hash(self: @PublicInput) -> u256 {

0
}

// Returns the ratio between the product of all public memory cells and z^|public_memory|.
// This is the value that needs to be at the memory__multi_column_perm__perm__public_memory_prod
// member expression.
Expand Down

0 comments on commit 2731f34

Please sign in to comment.