Maksym Fiefielov

Results 1 issues of Maksym Fiefielov

https://github.com/smuellerDD/jitterentropy-library/blob/b69901a4b445df31103c20d4be2f9314936d0eda/arch/jitterentropy-base-windows.h#L135 The `jent_yield()` function does currently nothing in Windows. Please implement it as such: ```C static inline void jent_yield(void) { YieldProcessor(); SwitchToThread(); } ```