-
-
Notifications
You must be signed in to change notification settings - Fork 644
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
Crypt32 bindings #851
Crypt32 bindings #851
Conversation
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.
Added a couple of comments inline.
modules/lwjgl/core/src/templates/kotlin/core/windows/templates/Crypt32.kt
Outdated
Show resolved
Hide resolved
modules/lwjgl/core/src/templates/kotlin/core/windows/templates/Crypt32.kt
Outdated
Show resolved
Hide resolved
modules/lwjgl/core/src/templates/kotlin/core/windows/WindowsTypes.kt
Outdated
Show resolved
Hide resolved
modules/lwjgl/core/src/generated/java/org/lwjgl/system/windows/Crypt32.java
Show resolved
Hide resolved
(Pinging @Spasi to have a look at this because I'm not sure if GitHub notifies people about draft PRs. No hurry though. 😅) |
Hey @TheMrMilchmann, I've added a commit that addresses the above questions. Will split/squash/cleanup the commits as necessary when it's time to merge this. |
Thanks, I just looked at your changes and I believe you have already taken care of all remaining issues. In my opinion, this is good to go. However, I'm not sure where to mention this in the changelog. Could you also take care of this? Otherwise, let me know if anything else is missing. |
Thanks @TheMrMilchmann! Did one more change before the merge, added |
Bindings for dpapi.h and crypt32.dll providing support for:
CryptProtectData
andCryptUnprotectData
, andCryptProtectMemory
andCryptUnprotectMemory
.This is not fully finished yet and I'll add some questions inline.