microsoft / security-utilities

Security utilities for key generation, string redaction, etc.
MIT License
25 stars 11 forks source link

Rust ffi crate breaks due to recent changes to core #81

Closed suvamM closed 3 months ago

suvamM commented 3 months ago

Recent changes to security_utilities_rust causes build breaks in security_utilities_rust_ffi. This causes the downstream C# build to break as well.

To do: update security_utility_rust_ffi to support the new APIs in security_utility_rust.

suvamM commented 3 months ago

@jdraaijer-microsoft This is a high priority issue. Since you made the recent API changes, would you be able to make the required changes to security_utilities_rust_ffi?

suvamM commented 3 months ago

@beaubelgrave would you be able to help out with this?

beaubelgrave commented 3 months ago

I'll look