The main achievements of PROCONTRA are as follows.
We initiated a study of a new technique called "individual cryptography." Informally, an algorithm, Alg, is considered "individual" if, in its every implementation, there's always a single user who knows all the cryptographic data, S, that Alg uses. Specifically, it should be nearly impossible to create versions of this algorithm where S is split among several participants through a secure multiparty computation protocol (MPC) or stored in a trusted execution environment (TEE). In this model, we introduce and develop two main concepts. The first, "proofs of individual knowledge," verifies that a single machine knows a specific message. The second concept, dubbed "individual secret sharing," is a method to divide a secret, S, among several participants so that no information on S is revealed unless the parties reconstruct S entirely. This new idea can have groundbreaking applications in many areas of cybersecurity. In PROCONTRA, we are primarily interested in the applications to blockchain. They are described in the follow-up work on "secret sharing with snitching" (to be published soon).
We also studied several problems on the intersection between game theory and cryptographic protocols. We investigated the incentives behind building the so-called "payment channel networks." In particular, we published a paper that analyses these networks, considering potential revenue for the nodes, expected fees, and channel creation costs. It then offers algorithms that maximize this utility within a set budget. Furthermore, it expands its view to the entire network, exploring conditions where basic graph structures achieve a Nash equilibrium.
We also published a paper on adversarial social network analysis, which studies how graphs can be manipulated to evade social network analysis tools, focusing on bypassing Fairness-Goodness Algorithm, an edge weight prediction method for signed weighted networks developed by Kumar et al. in 2016. This method can predict trust in cryptocurrency trading platforms like Bitcoin OTC. We studied the theoretical underpinnings of this algorithm and its computational properties in terms of manipulability. Our finding is that, unlike many other tools, this measure is not only difficult to manipulate optimally but also difficult to manipulate in practice.
We also worked in several other directions. In particular, we are working on formally verifying some smart contracts protocols using automated tools, particularly Why3. We also worked on many other problems related to the topic of the project, in particular, on zero-knowledge protocols, password-based threshold cryptography, and splitting payments in payment channel networks.