Clyde

Results 2 issues of Clyde

``` const { private: privateKey, public: publicKey } = await RSA.generateKeys(2048) const signature = await RSA.signWithAlgorithm('test', privateKey, 'SHA256withECDSA') ``` On an Android emulator **SHA256withRSA** works but I'd like to use...

### Build/Submit details page URL _No response_ ### Summary eas update does not catch all changes. Sometimes a very small change does not appear to be included in the build....

needs review
eas update