Vu Quoc Huy
Vu Quoc Huy
We need to use memcpy instead of assigning the pointer directly https://github.com/arlolra/ctypes-otr/pull/95/files#diff-0ae302860237c1727af8cba50ff6e1c6R272. Currently the app crashes because of "double free" (perhaps).
This pull does: - Sends registration request to CONIKS bots - Intercepts CONIKS's response DM - Verifys TB - Stores STR & TB to disk **TODO:** Handle registration when account...
* Remove STR field from DirectoryResponse (Close #181) * Rewrite ConsistencyChecks.go: separate UpdateSTR and VerifyConsistency logic * Comment some tests which will be rewritten later
Create PADHasher & TreeHasher interface to allow developers to use their own hash function. * Change the default hash function to SHA512/256 Part of #50 and #177 In favor of...
Merge #155, #170, address #173 first. Need to consider comments in https://github.com/coniks-sys/coniks-go/issues/144 when reviewing. TODO: - [x] Refactor `ConsistencyChecks` constructors. - [ ] Support multiple users' verification.
I have made an improvement in commit 84fc324bc27fee50c0619a9538c0d91421b804d1. This implementation's performance is better than #37 now. **Update** (description below) This pull uses `encoding/gob` to encode/decode the merkletree structs to/from a...
We should provide an API from `/merkletree` level that supports proving membership of multiple accounts in the Merkle-tree. Since many of these inclusion proofs are overlap, we could shrink the...
During our last meeting, we discussed how should the server/the client compute the commitment: - Main concern: server is using a static salt which would allow an attacker to test...