You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
Am I right, that forking the DRG is just not possible with every DRG in a pure way (i.e. without mixing entropy or using new entropy)?
If so, can you comment on how you envision it to be done? Maybe provide the building blocks to "purely" (but not referential transparent) mix entropy to get two generators or (better) provide a function to do that.
I might not have thought this out though.
The text was updated successfully, but these errors were encountered:
Yes, a `drgNew` (or `newDRG`) would be enough.
That said, after porting the code that triggered that issue to use the
`MonadRandom` class, I don't seem to need it anymore.
infinity0
added a commit
to infinity0/cryptonite
that referenced
this issue
Mar 4, 2021
Am I right, that forking the DRG is just not possible with every
DRG
in a pure way (i.e. without mixing entropy or using new entropy)?If so, can you comment on how you envision it to be done? Maybe provide the building blocks to "purely" (but not referential transparent) mix entropy to get two generators or (better) provide a function to do that.
I might not have thought this out though.
The text was updated successfully, but these errors were encountered: