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
I'm trying to solve the entire library to C#, in order to access to all methods available. There was a project, liboqs-dotnet in the oqs official repository of open-quantum-safe, but from this project I cannot access to methods in order to generate random bytes from Falcon algorythm.
So I decided to make myself a new Wrapper of liboqs from C to C#, using different solutions:
CppSharp
Swig
P\Invoke Interop Assistant
All projects from GitHub. No one works for what I need.
So my question is: is there a method to wrap the C Library inside a C# Library, and use it in order to get all methods available?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to solve the entire library to C#, in order to access to all methods available. There was a project, liboqs-dotnet in the oqs official repository of open-quantum-safe, but from this project I cannot access to methods in order to generate random bytes from Falcon algorythm.
So I decided to make myself a new Wrapper of liboqs from C to C#, using different solutions:
All projects from GitHub. No one works for what I need.
So my question is: is there a method to wrap the C Library inside a C# Library, and use it in order to get all methods available?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions