Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jelilat committed Oct 16, 2023
1 parent 49cfe9c commit e3a0603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curve/curve.go
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ func (sc StarkCurve) PedersenHash(elems []*big.Int) (hash *big.Int, err error) {
}

/*
Provides the pedersen hash of given array of felts.
Provides the poseidon hash of given array of felts.
NOTE: This function just wraps the Juno implementation
(ref: https://github.com/NethermindEth/juno/blob/main/core/crypto/poseidon_hash.go#L74)
Expand All @@ -496,7 +496,7 @@ func (sc StarkCurve) PoseidonArray(felts ...*felt.Felt) *felt.Felt {
}

/*
Provides the starknet keccak hash .
Provides the starknet keccak hash.
NOTE: This function just wraps the Juno implementation
(ref: https://github.com/NethermindEth/juno/blob/main/core/crypto/keccak.go#L11)
Expand Down

0 comments on commit e3a0603

Please sign in to comment.