Skip to content

Commit

Permalink
Fix IPA description in javadocs (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Fukushima <[email protected]>
  • Loading branch information
gfukushima authored Nov 14, 2023
1 parent 6d37b56 commit b3abcdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.apache.tuweni.bytes.Bytes32;

/**
* A class responsible for hashing an array of Bytes32 using the IPA (Inter-Participant Agreement)
* A class responsible for hashing an array of Bytes32 using the IPA (Inner Product Argument)
* hashing algorithm.
*
* <p>This class implements the Hasher interface and provides a method to commit multiple Bytes32
Expand Down

0 comments on commit b3abcdd

Please sign in to comment.