Skip to content

Commit

Permalink
test loading r1cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ash-burnt committed Sep 25, 2024
1 parent cb6b758 commit 88124d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func ProveZKEmailCmd() *cobra.Command {
// created the salted identifier from the sender and hash
sender := email.Header.Get("From")
emailSalt := string(emailComponents[2])
emailHash, err := poseidonHash(strings.Join([]string{sender, emailSalt}, ""))
_, err = poseidonHash(strings.Join([]string{sender, emailSalt}, ""))
if err != nil {
return err
}
Expand Down

0 comments on commit 88124d8

Please sign in to comment.