23 #ifndef CRYPTO_TRANSISTORNOISESOURCE_H
24 #define CRYPTO_TRANSISTORNOISESOURCE_H
27 #include "NoiseSource.h"
Abstract base class for random noise sources.
Processes the signal from a transistor-based noise source.
TransistorNoiseSource(uint8_t pin)
Constructs a new transitor-based noise source handler.
bool calibrating() const
Determine if the noise source is still calibrating itself.
void stir()
Stirs entropy from this noise source into the global random number pool.