-
Here is the output of my build. I am not sure if you got the same warnings, thatswhy I am reporting those.
```
-- Configured. Type 'make' to build, 'make install' to install.
make[1]: warning: jo…
-
OTRv3 assumes a network model which provides in-order delivery of messages, but that some messages may not get delivered at all (for example, if the user disconnects). There may be an active attacker,…
-
- How to reveal MAC keys in the context of double ratcheting?
-
Continuation of the discussions https://github.com/nodejs/node/pull/10132 and https://github.com/nodejs/node/issues/10107 ... Please use this thread to discuss the high level architectural, merits, an…
-
Hello!
When I do make (root), return it:
`make -C libaxolotl-cpp
make[1]: Entering directory '/home/user/desktop/whatsapp-purple/libaxolotl-cpp'
protoc --cpp_out=state protobuf/LocalStorageProtocol.p…
-
I´ve got several questions regarding the functioning of double_ratchet.
1 Initialization
The wiki says:
Alice:
KDF from master_key: RK, HKs=, HKr, NHKs, NHKr, CKs=, CKr
and
Bob:
KDF from master_…
meLog updated
8 years ago
-
My board info:
arm64 debian(jessie) , GCC 6.2, LLVM 3.8.
1. this step is success.
git clone --recursive https://github.com/hughperkins/cuda-on-cl
cd cuda-on-cl
make
sudo make install
1. make run-…
-
Hey there, using latest version (v0.2.2) and can't seem to connect to any websocket server at all.
Tried using echo.socketo.me:9000 and echo.websocket.org (using the first example on the README.md of…
-
Hi Clement,
The latest master version of F* now supports a new feature that I would like to make available from fstar-mode.el.
In response to an "#info filename row col" request, `fstar --in` …
-
There's a few errors when compiling on Windows:
There's no `strnlen()` function, workaround is
```
#ifdef _WIN32
#define strnlen(a, b) (MIN(strlen(a), (b)))
#endif
```
`g_hash_table_add()` …