rweather / arduinolibs

Arduino Cryptography Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TransistorNoiseSource.h is missing from package

ciband opened this issue · comments

The TransistorNoiseSource.h header is missing from the plaformio package, or the seperate TransistorNoiseSource library is not published to plaformio.

I have added library.json files to all library directories. However, since I don't use PlatformIO myself I don't know how to "publish" the libraries any further than that, or even how to test if I have created the library.json files correctly for the PlatformIO framework.

Here is the link to the platformio registry:
https://platformio.org/lib/show/1168/Crypto?utm_source=platformio&utm_medium=piohome

I think if you either moved the seperated noise sources into the crypto library or registered the noise sources as separate libraries and then added them as dependencies to the crypto library, then things would all work out under platformio.

It certainly appears someone has published the library. :) It has been helpful to me so far. Thank you.

Here is a link to publishing under platformio:

http://docs.platformio.org/en/latest/librarymanager/