We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c1fda commit 4ccf959Copy full SHA for 4ccf959
1 file changed
packages/react-native-quick-crypto/cpp/cipher/XSalsa20Cipher.cpp
@@ -2,8 +2,8 @@
2
#include <stdexcept> // For std::runtime_error
3
4
#include "ArrayBuffer.hpp"
5
-#include "XSalsa20Cipher.hpp"
6
#include "Utils.hpp"
+#include "XSalsa20Cipher.hpp"
7
8
namespace margelo::nitro::crypto {
9
0 commit comments