Tore Frederiksen
Tore Frederiksen
This PR contains a bunch of optimisations of SPDZ2k, added java doc and general optimisations to algorithms. It should have been merged YEARS ago. But got neglected. In particular since...
In relation to the PR PRNaorPinkasOTwithEcc, it would make sense to recheck for pitfalls in the EC parts.
Currently several tests of attestation.jar fails when trying to to verify against the smart contracts. The failure is the following error, which happens in `SmartContract.java`: ``` org.web3j.protocol.exceptions.ClientConnectionException: Invalid response received:...
Currently java and TS code both supports signature UNs with context. However, the actual protocols executing using UNs don't use these features. We should make sure that the products use...
Contains multiple fixes and enhancements, like updates to the UNs and the SafeConnect code.
As discussed in this [issue](https://github.com/TokenScript/attestation/pull/284) we need support specific messages to be signed as part of a UN. Basically a format string should be given as input. Note that this...
After the completion of issue #280 a dump of valid keys and attestations are stored in `build/test-results`. These can be used in liu of the hardcoded tests in `main.spec.ts` to...
The Solidity part of issue #167 See section 2.2.1 in the Token-negotiator report. See [Jira issue 291](https://smarttokenlabs.atlassian.net/browse/PR-291).
See section 2.1.1 in the Token-negotiator report. We note that while not pointed out in the Token-negotiator report, we believe that the problem can be fixed having attestation.id produce a...
Initial draft for capability attestation. This closes issue #213