crypto/src/eccipher.rs (4 lines): - line 177: // TODO: switch to Default trait instead - line 187: // TODO: parametrise type of scalar - line 203: // TODO: Explore batching options, quick tests showed batching - line 241: // TODO: Explore batching options, quick tests showed batching gives +10-20% speedup protocol/src/private_id_multi_key/company.rs (3 lines): - line 30: // TODO: consider using dyn pid::crypto::ECCipher trait? - line 237: // TODO: This should be a ByteBuffer instead of a vec - line 263: // TODO: Replace with match common/src/files.rs (3 lines): - line 14: // TODO get generic implementation for i64 etc - line 103: //TODO: change to iter - line 114: // TODO: add parallel sorting of the outputs by key or by value protocol/src/private_id/partner.rs (2 lines): - line 112: //TODO: return result - line 125: // TODO: BUG why is this undo_permute protocol-rpc/src/rpc/cross-psi/client.rs (2 lines): - line 163: // TODO: Remove clone and consume - line 299: // TODO: Decide if we need the dummy barrier protocol/src/private_id_multi_key/partner.rs (2 lines): - line 44: // TODO: Fix header processing - line 105: //TODO: return result protocol/src/cross_psi/company.rs (2 lines): - line 55: //TODO: WARN: this is single column only (yet) - line 297: // TODO: can this be a parallel forall protocol/src/cross_psi_xor/company.rs (2 lines): - line 52: //TODO: WARN: this is single column only (yet) - line 283: // TODO: can this be a parallel forall crypto/src/he.rs (1 line): - line 78: // TODO: borrow ciphers common/src/timer.rs (1 line): - line 185: // TODO: do better than String::from("") crypto/src/prime.rs (1 line): - line 223: // FIXME: assumption - the power of two is not a BigUint protocol/src/private_id/company.rs (1 line): - line 34: // TODO: consider using dyn pid::crypto::ECCipher trait? protocol-rpc/src/rpc/cross-psi-xor/client.rs (1 line): - line 294: // TODO: Decide if we need the dummy barrier protocol/src/pjc/company.rs (1 line): - line 37: // TODO: These are unused in this protocl and should be removed protocol-rpc/src/rpc/suid-create/client.rs (1 line): - line 253: // TODO: This push is likely unneccessary protocol/src/suid_create/merger.rs (1 line): - line 139: // TODO: consider using dyn pid::crypto::ECCipher trait? protocol/src/suid_create/sharer.rs (1 line): - line 48: // TODO: Fix header processing