1. भौतिक जनरेटर क्या है
यह केवल algorithm से randomness नहीं बनाता, बल्कि radio noise, thermal noise और SDR hardware fluctuations को मापता है।
Samples साझा pool में जाकर filter, mix और random bytes में बदलते हैं।
2. SDR collection
SDR spectrum को देखता है और programmed sequence से अलग input देता है।
EntropyPool = SHA-512(SDR_Samples || Node_ID || Monotonic_Counter)
3. SHA-512 conditioning
Raw signal में bias हो सकता है, इसलिए SHA-512 physical input को फैलाता है।
एंट्रॉपी pool statistics देखें ->4. API
Output file, `/raw` या stream के रूप में मिलता है; critical systems में local CSPRNG से mix करें।
curl -s "https://entropy.sparksome.pl/raw?bytes=512" --output entropy-seed.bin