summaryrefslogtreecommitdiff
path: root/security/go-xxhash/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'security/go-xxhash/DESCR')
-rw-r--r--security/go-xxhash/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/go-xxhash/DESCR b/security/go-xxhash/DESCR
new file mode 100644
index 00000000000..f659be2f3bf
--- /dev/null
+++ b/security/go-xxhash/DESCR
@@ -0,0 +1,4 @@
+Go implementation of the 64-bit xxHash algorithm (XXH64).
+
+This implementation provides a fast pure-Go implementation
+and an even faster assembly implementation for amd64.