Added patch to implement BCryptImportKey and BCryptExportKey.

This commit is contained in:
Sebastian Lackner
2017-08-13 21:24:07 +02:00
parent 8ca3547a36
commit 96dd810f82
3 changed files with 284 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
Fixes: [40418] Implement BCrypt AES provider
Fixes: [42553] Implement BCrypt ECB chaining mode
Fixes: Implement BCryptImportKey and BCryptExportKey