Securely is a failing attempt to create secure calls to native APIs that cannot be monkey patched where in reality it cannot be done and is better to manage without relying on a dependency.
This PR removes Securely and implements the parts Snow needs from it independently.
Securely is a failing attempt to create secure calls to native APIs that cannot be monkey patched where in reality it cannot be done and is better to manage without relying on a dependency.
This PR removes Securely and implements the parts Snow needs from it independently.
This solves #23
Here's a better explanation on why I had Securely in the first place and why I later realized it was a mistake https://github.com/LavaMoat/snow/issues/37#issuecomment-1328211802