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