Skip to content

Commit

Permalink
docs: fixed URL to Pedersen hash documentation (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoobie committed May 15, 2023
1 parent c735ce1 commit 23f09b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/signature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function hasHexPrefix(str: string) {

/**
Full specification of the hash function can be found here:
https://starkware.co/starkex/docs/signatures.html#pedersen-hash-function
https://docs.starkware.co/starkex/crypto/pedersen-hash-function.html
shiftPoint was added for technical reasons to make sure the zero point on the elliptic curve does
not appear during the computation. constantPoints are multiples by powers of 2 of the constant
points defined in the documentation.
Expand Down

0 comments on commit 23f09b4

Please sign in to comment.