Skip to content

Commit

Permalink
FIX: javadoc issues (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Zamojski <[email protected]>
  • Loading branch information
thomas-quadratic authored Nov 3, 2023
1 parent 0882b8f commit eb6f9dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public class LibIpaMultipoint {

/**
* Pedersen hash as specified in https://notes.ethereum.org/@vbuterin/verkle_tree_eip
* @param input Expects 64byte value as input encoded as byte[] e.g. "0x000..." <-> [48,48,48...] (48 is 0 in ASCII)
* @return 32bytes as byte[] "0x000..." <-> [48,48,48...] (48 is 0 in ASCII)
* @param input Expects 64byte value as input encoded as byte[]
* @return 32bytes as byte[]
*/
public static native byte[] pedersenHash(byte[] input);
}

0 comments on commit eb6f9dd

Please sign in to comment.