Skip to content

Commit

Permalink
Add BCrypt bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
IchorDev committed Jan 22, 2025
1 parent 18dbb4f commit 8659c47
Show file tree
Hide file tree
Showing 3 changed files with 906 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/druntime.bcrypt.dd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Add Windows BCrypt bindings under `core.sys.windows.bcrypt`

Adds full [BCrypt API](https://learn.microsoft.com/en-us/windows/win32/api/bcrypt/) bindings to the Windows-specific system bindings.

The Windows-specific bindings under `core.sys.windows.sdkddkver` and `core.sys.windows.w32api` have also been updated in order to facilitate the creation of the BCrypt bindings.
Loading

0 comments on commit 8659c47

Please sign in to comment.