Gaylor Bosson
Gaylor Bosson
The comment of Decompose specifies that `buf` can be used to fill the coefficient if the size is big enough however the current implementation simply ignores it. This is problematic...
The comment specifies that buf will be used for the coefficient is it provides enough capacity but right now it is ignored which annoying when trying to encode with zero...
This adds a cipher suite interface that will be used instead of Kyber abstractions to allow any kind of asymmetric cryptography. It also implements the interface by using the Ed25519...
The main issue that prevents Cothority to have actual unit tests is the context structure that cannot be mocked easily. This issue is to change the structure into an interface...
Those are the different points to change for Onet to be independent: - [ ] ServerToml is now tightly bound to kyber because of the public identity of a server...
It could interesting to improve how the traffic is computed because right now it only adds up since the start and then the resulting traffic (for instance in the status...
Currently, a link to a block is signed from the digest of the previous block. This is fine but not optimal because it's the block with the current roster that...
A Mino stream returns both a sender and a receiver but this could be merged together. It also lacks a close function to properly close the protocol, instead of closing...
The service lacks a renewal routine. Note that the serial number should be incremented for each renewal.