From 8766518d59bd768d1c127479f597bba26365a252 Mon Sep 17 00:00:00 2001
From: Adrien van den Bossche <vandenbo@univ-tlse2.fr>
Date: Tue, 23 Jun 2020 17:23:12 +0200
Subject: [PATCH] Update README.md

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 53800a9..19bfa9f 100644
--- a/README.md
+++ b/README.md
@@ -15,11 +15,12 @@ LocaPack enables the transport of:
 
 Some extra features are also avalable, such as:
 - automatic mapping/translation of coordonates between universal GNSS/locally referenced localisations,
-- movement_id, that enables extra movement information (typically based on a local accelerometer)
-- packet sequence numbering and local timestamping, to track positions and detect missing information
+- movement_id, that enables extra movement information (typically based on a local accelerometer),
+- packet sequence numbering and local timestamping, to track positions and detect missing information,
+- message hashing, to send shorter but incomplete payloads, to respect privacy.
  
 Several implementations are available: 
-- Embedded: C++ class (Arduino)
+- Embedded: C++ class (Arduino library)
 - Infrastrucure/IoT: Node-RED palette
 - Portable: python
 
-- 
GitLab