Updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# hyper-p2p-entropy-beacon
|
||||
|
||||
Production experimental (wave 4) module: Hyperswarm discovery + Protomux when `topic` is set.
|
||||
Collective entropy pool — peers `contribute()` XOR shards and `draw(seed)` from the shared `poolHash()`.
|
||||
|
||||
**Category:** Experimental (Wave 4)
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
## Overview
|
||||
|
||||
Production experimental (wave 4) module: Hyperswarm discovery + Protomux when `topic` is set.
|
||||
Shared entropy pool: peers XOR `contribute(bytes)` shards into a 32-byte pool, gossip contributions, and `draw(seed)` deterministic hashes from `poolHash()`. Use for demos needing collective randomness without a central RNG.
|
||||
|
||||
## Constructor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user