Don't conflate BCrypt and NCrypt #1012
Labels
broken api
An API is inaccurate and could lead to runtime failure
bug
Something isn't working
missing enum
An enum is missing for constant parameters
rust
Critical for Rust adoption
These are similar but distinct APIs. Unfortunately in some places the types are a little mixed up. For example,
BCryptEncrypt
expects aNCRYPT_FLAGS
parameter. This enum also mixes BCrypt and NCrypt flags, which isn't right.The text was updated successfully, but these errors were encountered: