You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Yes, moving towards a portable RNG setup as mentioned in #2 that can remove the rand dependency. Will still need the RngCore and CryptoRng traits from rand_core. Essentially mirroring what exists in the Kyber library here:
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
The text was updated successfully, but these errors were encountered: