From d2c09bce0005edd96005ddc30f27128e651d9c54 Mon Sep 17 00:00:00 2001 From: Barrie Byron Date: Fri, 15 Dec 2023 13:50:05 -0500 Subject: [PATCH] Apply suggestions from code review --- docs/zkapps/o1js/keccak.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/zkapps/o1js/keccak.mdx b/docs/zkapps/o1js/keccak.mdx index c06002c9c..525bfe2ab 100644 --- a/docs/zkapps/o1js/keccak.mdx +++ b/docs/zkapps/o1js/keccak.mdx @@ -24,9 +24,9 @@ Keccak is a flexible cryptographic hash function that provides more security tha ## What is Keccak? -Developed by a team of cryptographers from Belgium, Keccak was the winning submission for the National Institute of Standards and Technology (NIST) SHA-3 competition. Keccak was standardized as SHA-3. Today, Keccak is used in many different applications, including Ethereum and many others. +Developed by a team of cryptographers from Belgium, Keccak was the winning submission for the National Institute of Standards and Technology (NIST) SHA-3 competition. Keccak was standardized as SHA-3. Keccak is used in many different applications, including Ethereum. -Specifically, Keccak is used in the Ethereum ecosystem to hash addresses, transactions, and blocks. It is also used to hash the state trie, which is a data structure that stores the state of the Ethereum blockchain. +Specifically, Keccak is used in the Ethereum ecosystem to hash addresses, transactions, and blocks. It is also used to hash the state trie, the data structure that stores the state of the Ethereum blockchain. Because of the common usage of Keccak in Ethereum, it is a key component of o1js that you can use to verify Ethereum transactions and blocks in o1js. ## Keccak and Poseidon