microsoft / win32metadata

Tooling to generate metadata for Win32 APIs in the Windows SDK.
Other
1.34k stars 118 forks source link

BCrypt provider bindings haven't shipped yet #2016

Closed Amit-L closed 1 week ago

Amit-L commented 2 weeks ago

Hello!

In reference to Issue missing bindings for bcrypt_provider.h. I believe cswin32 will make use of wdkmetadata for functions in bcrypt_provider.h. Posting here to get more clarification. At the moment windows-rs do have these bindings ref- #1907 but still missing in cswin32.

riverar commented 2 weeks ago

Hey @Amit-L, current release is dated August. The functions you're looking for were merged in September https://github.com/microsoft/win32metadata/pull/1997. So you should see them in the next release.

cc: @mikebattista

Amit-L commented 2 weeks ago

Thanks @riverar for prompt response. Do you know rough date for the next release?

mikebattista commented 2 weeks ago

I intend to fix a few more bugs and ship a release within the next week or two.

mikebattista commented 1 week ago

A new release has been published.

riverar commented 1 week ago

Thanks!

Amit-L commented 1 week ago

Thank you!!