jitterentropy-library icon indicating copy to clipboard operation
jitterentropy-library copied to clipboard

Jitterentropy Library

Results 11 jitterentropy-library issues
Sort by recently updated
recently updated
newest added

# Pull Request Summary We have a proposed set of changes to the JEnt library; they essentially can be broken into a few types of changes: 1. Separation of the...

Thanks for this library. Just a heads up. I typically create a project with opt-out compiler warnings so that when I integrate a new version any new compiler warnings will...

Hi smueller, There is high usage of CPU when using latest jitterentropy-rngd-1.2.6 over MIPS64 arch. Is it expected or any possible solution? Below is log for the same. root 24042...

Hello, I have a library in which I've linked jitterentropy to serve as the RNG. I noticed that over time (usually 1-3 hours), the library will start to report error...

Hello, I've been trying to run the jitter entropy library on Ubuntu that is installed on virtual box. I ran the 'make' and 'make install' command but keep getting "Segmentation...

Hi! I'm currently compiling this library within a pretty restricted sysroot on macos. It doesn't include the majority of common sdk frameworks (such as CoreServices.framework). As far as I can...

I work at a FIPS testing lab (Gossamer), and have recently received new comments from the CMVP asking for more details for the induced failure testing that was done for...

I'll keep this on draft until NTG.1 is merged. Closes #164 Closes #157

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(); } ```