mbedtls library for pico? #508
Unanswered
espruino-discuss
asked this question in
JavaScript
Replies: 1 comment
-
Posted at 2015-11-18 by @gfwilliams When 1v82 comes out there'll be documentation in the reference page on espruino.com - until then you can build it yourself by running the There's also some very basic test code at: https://github.com/espruino/Espruino/blob/master/tests/test_crypto.js Or if you don't want to build the docs, search for occurrences of You currently have:
The API is meant to be just like CryprtoJS - but instead of returning a custom class, functions just return ArrayBuffers |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-11-18 by d0773d
I noticed the pico supports mbedtls library :-) I'm interested in using any of the AES algorithms and SHA2. What has been implemented and are there any references/examples/tutorials on how to use the crypto library?
Beta Was this translation helpful? Give feedback.
All reactions