
I built from nodemcu-build.com tried with minimal libraries included and offcourse crypto.
When I try example I get this error:
print(crypto.encrypt("AES-EBC", "0123456789abcdef", "some clear text data",'0000000000000000'))
stdin:1: attempt to call field 'encrypt' (a nil value)
I tried integer and float, ssl included also, nothing works.
I suppose it is stupid mistake and easy solution... but I'm not a smart man

Used chip: esp-12e, esp-01.
Thank you in advance.