diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-05-05 17:50:09 +0200 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-05-05 17:50:09 +0200 |
commit | db50711ba4a1f41f4082981bae58f213d48d96a1 (patch) | |
tree | 6480922fdc46a51bfb2e22e57d02cc0d3aef9d06 /controller/fw/src/crypto.h | |
parent | 9918eb505321183e20357221a4dcf2aa9c1e057c (diff) | |
download | master-thesis-db50711ba4a1f41f4082981bae58f213d48d96a1.tar.gz master-thesis-db50711ba4a1f41f4082981bae58f213d48d96a1.tar.bz2 master-thesis-db50711ba4a1f41f4082981bae58f213d48d96a1.zip |
fw: Tie together all parts for an end-to-end demo
Diffstat (limited to 'controller/fw/src/crypto.h')
-rw-r--r-- | controller/fw/src/crypto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/controller/fw/src/crypto.h b/controller/fw/src/crypto.h index 05a3c0d..18a9816 100644 --- a/controller/fw/src/crypto.h +++ b/controller/fw/src/crypto.h @@ -3,7 +3,8 @@ #include <stdint.h> -#define PRESIG_MSG_LEN 16 +/* Presig message length: 15 byte = 120 bit ^= 20 * 6-bit symbols of 5-bit bipolar DSSS */ +#define PRESIG_MSG_LEN 15 #define OOB_TRIGGER_LEN PRESIG_MSG_LEN enum trigger_domain { |