I'm trying to use the library with an ARM Cortex M4 and I'm having problems with the dilithium library's getrandom crate because the error message says:
the thumbv7em-none-eabi target may not support the standard library
Since the embedded systems compatibility is not specified in the Readme, I wanted to kindly ask if the library is designed to work in a no_std environment?
Thanks
I'm trying to use the library with an ARM Cortex M4 and I'm having problems with the dilithium library's getrandom crate because the error message says:
the thumbv7em-none-eabi target may not support the standard librarySince the embedded systems compatibility is not specified in the Readme, I wanted to kindly ask if the library is designed to work in a no_std environment?
Thanks