Profile Picture
Illya Gerasymchuk
Entrepreneur / Engineer
User Illya Gerasymchuk -

2024-04-15 20:24

5️⃣ The Local Seed/Nonce allows generating multiple random numbers per epoch for each sender. 🎲 By varying this private nonce, an infinite number of pseudo-random numbers can be generated within a single epoch. ♾️

User

4️⃣ The Sender-Specific Nonce is derived from the sender's public key, ensuring unique (pseudo)random numbers across the network. 🌍 It's computed by Poseidon-hashing the public key, adding a global uniqueness component. πŸ”‘

πŸ’¬