Adds experimental-base helpers, richer gossip modules across all 16 experimental primitives, and bumps versions to 0.3.2. Co-authored-by: Cursor <[email protected]>
hyper-p2p-entropy-spiral
Production module: Entropy spiral sampler.
Protocol: entropy-spiral/v1
When to use
Experimental entropy mix.
When not to use
Production RNG.
Quick start
const { HyperP2PEntropySpiral } = require('hyper-p2p-entropy-spiral')
const m = new HyperP2PEntropySpiral()
await m.ready()
await m.close()
Docs
Test
npm install && npm test