Skip to content

Commit b04863c

Browse files
authored
Update hash-functions.adoc
1 parent da2b8ff commit b04863c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Starknet/modules/architecture-and-concepts/pages/cryptography/hash-functions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are three hash functions used throughout Starknet's specifications:
1616
[id="starknet_keccak"]
1717
== Starknet Keccak
1818

19-
Starknet Keccak, usually denoted by stem:[$\text{sn_keccak}$], is defined as the first 250 bits of the Keccak256 hash. For Starknet Keccak, Keccak256 is augmented
19+
Starknet Keccak, usually denoted by stem:[$\text{sn_keccak}$], is defined as the low 250 bits of the Keccak256 hash. For Starknet Keccak, Keccak256 is augmented
2020
in order to fit into a field element.
2121

2222
[id="pedersen_hash"]

0 commit comments

Comments
 (0)