We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c2bb0 commit 92318f9Copy full SHA for 92318f9
2 files changed
packages/react-native-quick-crypto/cpp/cipher/HybridCipherFactory.hpp
@@ -10,8 +10,8 @@
10
#include "GCMCipher.hpp"
11
#include "HybridCipherFactorySpec.hpp"
12
#include "OCBCipher.hpp"
13
-#include "utils/Utils.hpp"
14
#include "XSalsa20Cipher.hpp"
+#include "utils/Utils.hpp"
15
16
namespace margelo::nitro::crypto {
17
packages/react-native-quick-crypto/cpp/cipher/XSalsa20Cipher.cpp
@@ -2,8 +2,8 @@
2
#include <stdexcept> // For std::runtime_error
3
4
#include "NitroModules/ArrayBuffer.hpp"
5
6
7
8
9
0 commit comments