summaryrefslogtreecommitdiffstats
path: root/system/libsignal-protocol-c/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/libsignal-protocol-c/README')
-rw-r--r--system/libsignal-protocol-c/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/libsignal-protocol-c/README b/system/libsignal-protocol-c/README
new file mode 100644
index 0000000000..7923ac2069
--- /dev/null
+++ b/system/libsignal-protocol-c/README
@@ -0,0 +1,11 @@
+This is a ratcheting forward secrecy protocol that works
+in synchronous and asynchronous messaging environments.
+The code upstream has been marked as "archived" since February 2022.
+
+The default is to provide a shared library. However, one can build it
+statically by passing STATIC=yes:
+
+# STATIC=yes sh libsignal-protocol-c.SlackBuild
+
+This way you can statically link it into your final program and
+remove the library.