mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-08 23:17:54 -05:00
Update poseidon.md
fixed - added arrows
This commit is contained in:
@@ -28,7 +28,8 @@ To generate a secure hash output, the algorithm goes through a series of "full r
|
||||
|
||||
### Full rounds
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
**Uniform Application of S-box:** In full rounds, the S-box (a non-linear transformation) is applied uniformly to every element of the hash function's internal state. This ensures a high degree of mixing and diffusion, contributing to the hash function's security. The functions S-box involves raising each element of the state to a certain power denoted by `α` a member of the finite field defined by the prime `p`; `α` can be different depending on the implementation and user configuration.
|
||||
|
||||
Reference in New Issue
Block a user