-
Notifications
You must be signed in to change notification settings - Fork 41
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
KES Agent prerequisites #317
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ab56c4a
to
6a6d0e6
Compare
cadc872
to
0fed3d2
Compare
0fed3d2
to
e275191
Compare
bbebbe5
to
5d7b000
Compare
0fb4e86
to
726800d
Compare
5b2d187
to
3541a2c
Compare
6fb2c5e
to
df02d73
Compare
36f4a3b
to
0cac5ae
Compare
7ea7446
to
31507b0
Compare
4c0f13b
to
b5ec12e
Compare
106de1e
to
6bea65f
Compare
3e96454
to
1b3fcb4
Compare
985cc6b
to
20b6bde
Compare
e6578d7
to
70d4fa9
Compare
71974b9
to
8a1f1ce
Compare
4df99b4
to
512b576
Compare
lehins
reviewed
Oct 30, 2023
cardano-crypto-class/src/Cardano/Crypto/Libsodium/Memory/Internal.hs
Outdated
Show resolved
Hide resolved
cardano-crypto-class/src/Cardano/Crypto/Libsodium/Memory/Internal.hs
Outdated
Show resolved
Hide resolved
lehins
requested changes
Oct 30, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll review more tomorrow. Here is my feedback thus far
cardano-crypto-class/src/Cardano/Crypto/Libsodium/Memory/Internal.hs
Outdated
Show resolved
Hide resolved
798e4d9
to
d893f9c
Compare
11143c7
to
6244ddc
Compare
6244ddc
to
a176c15
Compare
This prevents a ForeignPtr created in one ST context to leak into another.
a176c15
to
c1680ae
Compare
6 tasks
Closing in favor of #504 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds:
randombytes_buf()
from libsodium, to be used for generating mlocked seeds, such that we can generate KES sign keys entirely in mlocked memory.