Kinan Bab

Results 15 issues of Kinan Bab

Implement these useful helpers (for server and client): - [x] Reshare an already shared value to a new subset of parties, with a new threshold, and a new Zp -...

enhancement

Use public key infrastructure to share symmetric keys between pairs of processes. Messages send there on forward gets encrypted with the symmetric key and signed with the secret key. Public...

enhancement

Look into using authenticated sockets to prevent imposters.

enhancement

Store all received messages in a log (specialized by tag), so that: * custom messages with no listeners will be stored until listeners are available. * Investigate encrypting custom messages....

Task

Allow multiple servers to be involved in computation * each server defines/fetches the ips/keys of other servers * look up how to use sockets.io between two servers

Task

Have the analyst provide a meaningful name, description, and/or image when creating the session key. When the users provide the session key to begin the computation, they should see this...

backlog

- [ ] Enforce UNIQUE on INSERT - [ ] Enforce UNIQUE, PK, and AUTO_INCREMENT on UPDATE

We cannot guarantee that a UNION operator will respect the key of either input, e.g. a diamond flow may produce the same record with the same key twice, once from...

bug

- [ ] Dataflow parallelism may be superflous - [ ] Improve locks: a flow-wide lock for writers only, a reader-writer lock for matview - [ ] Fork Rocksdb and...

Futuristic