Johny Mattsson
|
e49f2bb13f
|
Remove conflicting libc, rename c_xx and os_xx to xx.
c_strtod and c_getenv are kept since strtod doesn't appear in the SDK's libc,
and we want our own c_getenv to initialize the Lua main anyway.
|
2016-05-26 18:50:20 +10:00 |
cheloftus
|
58dd15e1d1
|
Added crypto.fhash function for hashing files
|
2016-02-05 22:19:00 +00:00 |
Johny Mattsson
|
7867fd083c
|
Move crypto things to irom0.text segment.
This releases 1168 bytes back to the heap.
|
2015-06-05 13:03:08 +10:00 |
Johny Mattsson
|
32dd9b7b7a
|
Crypto library with unified interface.
Uses both existing MD2/MD5/SHA1 and the Gifford SHA256-512, unless WITHOUT_SHA2
is defined.
|
2015-06-02 18:15:18 +10:00 |