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
My consideration: we need to force that the amount of entropy is sufficient. How we can enforce that the size of the hashed entropy would not be lees than some specific level?
After the discussion on the today call it was decided to stick to simple deterministic hashes and do not use either EC math or verifiable delay functions
dr-orlovsky
changed the title
Replace complex ec operations with an hash in LNPBP-0004
Replace complex ec operations with a hash in LNPBP-0004
Oct 10, 2020
The fifth step of LNPBP-0004 says that
Where
R
isentropy * G
.I think we could replace that with a simple
SHA256(entropy || j)
The text was updated successfully, but these errors were encountered: