libsodium_wasm_experimental/multiplatform-crypto-libsodium-bindings
Renee Vandervelde c2b91c2c69
Use single shared method for return code checking.
This defers the return code logic to a named method `isLibsodiumSuccessCode`
to reduce the liklihood of error when checking codes.
This will also now throw an `IllegalStateException` in the event that an
unknown code is returned.
2024-07-02 11:00:22 -05:00
..