Open francescomedina opened 1 year ago
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:
After that, no_std support is simple enough to implement.
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