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 we continue to transition to a more C++ based codebase, we are going to end up using things that may throw exceptions. We need to ensure that we catch exceptions within the FFI functions.
We can look at Botan's ffi_guard_thunk as one possible solution.
The text was updated successfully, but these errors were encountered:
Description
As we continue to transition to a more C++ based codebase, we are going to end up using things that may throw exceptions. We need to ensure that we catch exceptions within the FFI functions.
We can look at Botan's
ffi_guard_thunk
as one possible solution.The text was updated successfully, but these errors were encountered: