aboutgitcodebugslistschat
path: root/siphash.c
diff options
context:
space:
mode:
Diffstat (limited to 'siphash.c')
-rw-r--r--siphash.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/siphash.c b/siphash.c
index 910c718..b18f640 100644
--- a/siphash.c
+++ b/siphash.c
@@ -1,6 +1,10 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
/* PASST - Plug A Simple Socket Transport
+ * for qemu/UNIX domain socket mode
+ *
+ * PASTA - Pack A Subtle Tap Abstraction
+ * for network namespace/tap device mode
*
* siphash.c - SipHash routines
*