- Somewhere, France
- https://www.freetards.xyz
-
Jack of one trade, master of none.
- Joined on
2023-09-05
Io
it might be worth using instead of our current random code, even if it isn't necessarily POSIX. Thoughts?
I don't think getting rid of the old Rand
code is a good thing. As you said…
Io
I don't think touching crypto is good idea. Maybe use implementation from TLS library?
I do believe that if we ever have to do it, we should be extremely careful to get the implementation…
Why would we need to convert to a C string, beyond printing to a console?
A main thought may be having to deal with other C projects/libraries (which may not designed around Cytoplasm, or…
volatile
bitfields must not be used as synchronization primites
I actually am not so sure this is a big issue, because those variables are only ever modified by the main thread; it's not like they're being modified asynchronously.
I think that if so, then…