react-native-cryptopp icon indicating copy to clipboard operation
react-native-cryptopp copied to clipboard

Super fast cryptography library for React Native using Crypto++ and JSI

Results 5 react-native-cryptopp issues
Sort by recently updated
recently updated
newest added

Hi, I am getting this error `Expected directory /node_modules/react-native/android' to contain exactly one file, however, it contains no files` There is actually 1 file, READ.md that stipulate that has of...

``` Execution failed for task ':react-native-cryptopp:buildCMakeDebug[arm64-v8a]'. > Build command failed. Error while executing process C:\Users\roger\AppData\Local\Android\Sdk\cmake\3.18.1\bin\ninja.exe with arguments {-C F:\Projects\munchies_run\client\mobile\courier\node_modules\react-native-cryptopp\android\.cxx\Debug\17703t4p\arm64-v8a rncryptopp} ninja: Entering directory `F:\Projects\munchies_run\client\mobile\courier\node_modules\react-native-cryptopp\android\.cxx\Debug\17703t4p\arm64-v8a' ninja: error: '../../../../../cpp/android/libcryptopp_arm64-v8a.a', needed by '../../../../build/intermediates/cxx/Debug/17703t4p/obj/arm64-v8a/librncryptopp.so',...

Hi! Thank you for your amazing reactivity :)! I was wondering if you were planning to expose a way to calculate MACs and hashes in multiple stages: - creation to...

Currently, the `saltLength` used for PSS signatures is the cryptopp default one of 32 bytes. However, it is very common to specify it (the RFC has this parameters available https://www.rfc-editor.org/rfc/rfc3447#section-9.1.1)....

I want to generate CMAC using these values ``` AES Key: 2b 7e 15 16 28 ae d2 a6 ab f7 15 88 09 cf 4f 3c SubKey1: fb ee...