-
The current number of scrypt iterations used by syncthing is [32768](https://github.com/syncthing/syncthing/blob/main/lib/protocol/encryption.go#L494), but this is the [recommended value](
https://pk…
-
As introduced by Nitin in our meeting on 23 May, a new architecture (/protocol?) is proposed for performing MPC on distributed settings (e.g. Solid-like), calling it PPC evaluating. We are doing bench…
-
It would be handy to allow storing notes unencrypted. One less password to manage if the notes you are taking are not that sensitive...
-
**Type**
I wanted to test out CKKS and so I rewrote 5_CKKS_Basics in python
This is my code, and `#DEBUG` marks where I first can trace where the code is misbehaving.
```python
from seal import …
-
I read your another work "federated xgboost", which stated that it does not support differential privacy. If I implement this work in a distributed system, can it be considered federated?
-
There has got to be a way... to emulate a locked box that is moved around, and people placing their messages in the box.
I imagine something like this.
`PSUDO1` , `PSUDO2` , `PSUDO3` , `etc...`
`DA…
-
When I run the ckks serialization example, I want to compute three numbers, so I modify the coode like this:
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT …
-
On mobile devices it would be helpful to share things to Cryptee.
Thank you
-
Doing interviews of business owners, I know one need they express is confidentiality. Employees' names need to be encrypted, but there's no solution (as of yet) to securely store and retrieve encrypte…
-
I am looking at GEMM computations in EVA.
EVA uses vectorised computations, though following the paper [Secure Outsourced Matrix Computation and Application to Neural Networks](https://dl.acm.org…