Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 317 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 317 Bytes

XRNG - Everything starts with a secure randomness

Combines the ESP32 Hardware RNG and collects randomness from ADC values.

Both entropy sources are hashed with SHA512 to a pool. On call, only the half of the pool is derived.

Compatible with Arduino Crypto lib