Skip to content

Commit

Permalink
chore: update nim header
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jun 1, 2024
1 parent 1f91fe9 commit cbd958b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nim/nim_code/src/header.nim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proc prover_context_free*(ctx: ptr ProverContext): void {.importc: "prover_conte

proc blob_to_kzg_commitment*(ctx: ptr ProverContext,
blob: pointer,
outx: pointer): void {.importc: "blob_to_kzg_commitment".}
outx: pointer): uint8 {.importc: "blob_to_kzg_commitment".}

proc compute_cells_and_kzg_proofs*(ctx: ptr ProverContext,
blob: pointer,
Expand Down

0 comments on commit cbd958b

Please sign in to comment.