aboutsummaryrefslogtreecommitdiffstats
path: root/src/nmt/hagelbarger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nmt/hagelbarger.h')
-rw-r--r--src/nmt/hagelbarger.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nmt/hagelbarger.h b/src/nmt/hagelbarger.h
new file mode 100644
index 0000000..9076afc
--- /dev/null
+++ b/src/nmt/hagelbarger.h
@@ -0,0 +1,4 @@
+
+void hagelbarger_encode(const uint8_t *input, uint8_t *output, int length);
+void hagelbarger_decode(const uint8_t *input, uint8_t *output, int length);
+