MLA icon indicating copy to clipboard operation
MLA copied to clipboard

bindings/c: remove type abstraction to ensure thread safety

Open extiop opened this issue 8 months ago • 0 comments

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.

extiop avatar Apr 16 '25 11:04 extiop