You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The seeding values (π, π) are incorrect. Based on the FIPS 203 - Algo 13 - Line 1, they are supposed to be the concatenation of d and k (resulting in 33 bytes ), then hashed through SHA3-512.
The current (π, π) are the result of only the hashing of d, without any concatenation with k.