From b04863c1add9d4926511106c79ab3dd34f3d7184 Mon Sep 17 00:00:00 2001 From: Raz Landau <125185051+LandauRaz@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:53:27 +0200 Subject: [PATCH] Update hash-functions.adoc --- .../pages/cryptography/hash-functions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Starknet/modules/architecture-and-concepts/pages/cryptography/hash-functions.adoc b/components/Starknet/modules/architecture-and-concepts/pages/cryptography/hash-functions.adoc index 2f05603ea3..c43cc0fc85 100644 --- a/components/Starknet/modules/architecture-and-concepts/pages/cryptography/hash-functions.adoc +++ b/components/Starknet/modules/architecture-and-concepts/pages/cryptography/hash-functions.adoc @@ -16,7 +16,7 @@ There are three hash functions used throughout Starknet's specifications: [id="starknet_keccak"] == Starknet Keccak -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 +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 in order to fit into a field element. [id="pedersen_hash"]