Skip to content

Commit

Permalink
docs: add Keccak to glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
barriebyron authored Nov 9, 2023
1 parent dd020ed commit 493ab70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,10 @@ A [transition](#transition) that is produced locally, for example, by a block pr

## K

### Keccak

Keccak is a cryptographic hash function that takes an input of an arbitrary length and produces a fixed-length output of 256 bits. It is the function used to compute the hashes of Ethereum addresses, transaction IDs, and other important values in the Ethereum ecosystem.

### key pair

A combination of a [private key](#private-key) and [public key](#public-key). Key pairs can be generated by using a running daemon or using a dedicated keygen tool.
Expand Down

0 comments on commit 493ab70

Please sign in to comment.