commit | fb50e81dfd26193ebf1d0d3107bb8d828e261d11 | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Thu Mar 22 20:05:26 2018 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Mar 23 05:18:11 2018 -0400 |
tree | 9c142a78f714db5a129b3e2a729e026aaef6dfb4 | |
parent | 8a824356e04262d838ff844346443fdb2946fa95 [diff] |
lib: Add base64 library Since base64 is such a simple and commonly used feature it makes no sense to build the whole of mbedTLS for it. Instead take the implementation that comes with mbedTLS and import it as a native library outside of ext/ for all to use directly. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>