pierluca

Results 17 issues of pierluca

As part of a recent development, we have extended Python 3 support to include runtime tests. Python 2.x is still needed for IDL parsing. Would you be interested in merging...

As discussed in the review of https://github.com/dedis/kyber/pull/490 with @ineiti and @howjmay , Kyber uses structures with Go `int`-typed fields, which are [unsized](https://go.dev/tour/basics/11). This can lead to differences in serialization and...

enhancement
v4

### Description (Actual behavior) After a git garbage collection (`git gc`), the repository is 253 MB as of today on my machine, according to `du -sch .git`. ### Expected behavior...

bug
help wanted
ci/cd

The meeting update property is severely lacking and should probably mirror the LAO update logic. ### LAO update logic A reminder of the LAO update logic: 1. The organizer sends...

enhancement
proto-spec

This issue relates to the LAO properties update logic. ### LAO properties update flow When an organizer (front-end) wants to suggest changes to the LAO, it publishes the suggested changes...

bug
discussion
proto-spec

This issue relates to the LAO properties update logic. ### LAO properties update flow When an organizer (front-end) wants to suggest changes to the LAO, it publishes the suggested changes...

discussion
proto-spec

Currently, both [yup](https://github.com/dedis/d-voting/search?q=yup) and [ajv](https://github.com/dedis/d-voting/search?q=ajv) are imported as dependencies and used by the web front-end to validate JSON object schemas. Only one of them should be used, as they're meant...

enhancement
web frontend

The `core/store` API indicates that `nil` should be returned when the key does not exist in the key/value store. This is a behaviour inherited from BBolt, but it's not the...

enhancement
mod/store

The value contract does not prefix the keys provided by the smart contract user to store a value. As such, a malicious user could overwrite any key/value combination in the...

bug
security

The current implementation of the Pedersen DKG relies on a lot of low-level crypto operations that could / should be moved to Kyber. Tasks: - [ ] Split the Actor...

enhancement
mod/dkg