-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The result of ea_conditioning is nan #168
Comments
The calculation for
|
Than you joshuaehill. |
The health tests are intended to be integrated into your entropy source. The NIST tools are used in the testing of such entropy sources, but they don't include an implementation of an entropy source. |
Thank you joshuaehill |
@celic, if you would like, I can investigate further and see if there's some alternate approach that wouldn't require moving the entire calculation over to some arbitrary precision library. I've looked into this enough to know precisely where the underflow occurs, and to verify that the arbitrary-precision PR #136 solves the issue, but I haven't spent any time trying to determine if there is some less-completest approach that might also solve the problem. |
You're welcome to take a look. I'd prefer as few additional libraries as
possible.
…On Thu, Sep 9, 2021, 1:05 PM Joshua E. Hill ***@***.***> wrote:
@celic <https://github.com/celic>, if you would like, I can investigate
further and see if there's some alternate approach that wouldn't require
moving the entire calculation over to some arbitrary precision library.
I've looked into this enough to know precisely the underflow occurs, and to
verify that the arbitrary-precision PR #136
<#136>
solves the issue, but I haven't spent any time trying to determine if there
is some less-completest approach that might also solve the problem.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#168 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATQXEI2KXPUAOHLUDG4P6DUBDSNFANCNFSM5DQI5UJA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
I see a number of problems, and I don't know an easy way of dealing with them.
If we want to deal with basically arbitrary inputs, the you're going to need to be really clever in some presently obscure way. Anyone else have any ideas? (I mean, other than using an arbitrary-precision library, which is what PR #136 already does). |
Hello
My entropy is CPU Jitter : hin =64 nin= 4096 nw =64 nout=64,
The text was updated successfully, but these errors were encountered: