You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As described in https://github.com/ANSSI-FR/MLA/tree/master/bindings/C#caveat,
removing Box<dyn Trait> approach and using one with known types at compile time would ensure thread safety, thus the use of MLA Send feature. Though, it will require consequent code refactoring.
The text was updated successfully, but these errors were encountered:
As described in https://github.com/ANSSI-FR/MLA/tree/master/bindings/C#caveat,
removing
Box<dyn Trait>
approach and using one with known types at compile time would ensure thread safety, thus the use of MLASend
feature. Though, it will require consequent code refactoring.The text was updated successfully, but these errors were encountered: