Tore Frederiksen

Results 74 comments of Tore Frederiksen

Many SPDZ and SPDZ2k subprotocols require a statistical security parameter. Currently it is set statically in BasicNumericContext. However, we want to handle this in a nice way. It should instead...

This should ideally be handled by a class which sets up the default values, and sanity checks when new values are added. E.g. as is needed in #288

In relation to this it should also be mentioned that there are some issues with the hardhat tests in attestation.jar, see issue #254 As part of this CI/CD task these...

It looks really good! Thanks @foxgem! I think the only thing we might also want to add is the smart contract hard hat testing when attestation.jar has been updated. See...

Note that blockchain integration tests have been disabled to ensure that tests works, until the integration tests get updated to use current test-net

I made a new branch starting work to fix this. The issue is the URL in SmartContract.java:getWeb3j() I think maybe all that is needed is changing this URL and pushing...

Closed as will-not-fixed since we have been using these OIDs in lots of different pieces of software.

But be aware that the timeout should probably not be too small, since it will be the maximum time that can pass between starting different servers in a real execution....