BearSSL-esp8266 library does not load on Arduino IDE.

Hi, after checking for days about how to use the BearSSL library with esp8266, I not only haven't found any good basic example on how to implement it but also nor to install it into the Arduino IDE.

It seems the whole library is very well constructed by a quite a genius guy and is available on github, however, it seems it does not have the form to be compatible with Arduino IDE or some.

Is it necessary to do a transformation process or something like that I could probably be missing?

Thank you in advance, I have been several days after the whole thing without success.

If it is not the proper topic/place to ask this, I apologize in advance and will remove it immediately, but as it is an "Installation" issue and not a project specifically, I understood it aright.

--CV

I did a mailbox notifier which made use of BearSSL, but I don't think I installed any libraries for it. I think it's just part of the ESP8266 Core, which I assume you have installed through the Boards Manager. Anyway, you can take a look at my code if you like. I used Bear for the "insecure" way to connect to an https site without having to mess with certificates.