trying to use libsodium from micropython #17355
Replies: 3 comments 6 replies
-
Which platforms are of interest to you. Should be possible on Unix and windows ports, but for the bare metal ports you would likely need to make use of hardware support in specific processors to be able to make it work with any reasonable performance. what do you intend to use it for? |
Beta Was this translation helpful? Give feedback.
-
The STM32 port actually already uses libhydrogen (essentially the embedded version of libsodium) for its encrypted/signed dfu bootloader support. I never had time/need to expose it in python however, though I did think it might be a useful tool to have one day. |
Beta Was this translation helpful? Give feedback.
-
i think i found a solution to the "limits that .ro.data .data must be empty" but how to access any existing RNG hw devices on the mcu is an open question, see also https://github.com/orgs/micropython/discussions/17360 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
did anyone ever try this? succeed? searchengines are not helpful in finding earlier success. i'm trying now as a natmod, but maybe there's an easier way? thanks for any hint dear community hivemind.
Beta Was this translation helpful? Give feedback.
All reactions