summaryrefslogtreecommitdiffstats
path: root/vendor/paragonie/sodium_compat/namespaced/Crypto.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vendor/paragonie/sodium_compat/namespaced/Crypto.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/paragonie/sodium_compat/namespaced/Crypto.php b/vendor/paragonie/sodium_compat/namespaced/Crypto.php
new file mode 100644
index 0000000..78f092d
--- /dev/null
+++ b/vendor/paragonie/sodium_compat/namespaced/Crypto.php
@@ -0,0 +1,7 @@
+<?php
+namespace ParagonIE\Sodium;
+
+class Crypto extends \ParagonIE_Sodium_Crypto
+{
+
+}