-
The issuer schemes with a keyshare server only mention their current keyshare attribute in the description.xml. For the `pbdf` scheme manger there is a legacy keyshare attribute (`pbdf.pbdf.mijnirma.e…
ivard updated
11 months ago
-
Hi,
Since you are testing v1.0.0 I am coming back with this issue. Today I was able to build the master branch from source (something that had failed in all my previous attempts). But I am still u…
-
Right now, if you verify a device, you automatically honour its keyshare requests. Just because you've verified it doesn't mean you necessarily want to do keysharing though.
-
There are multiple places at the protocol level where we can't be sure about the self-consistency of party idx and the total number of parties. e.g.:
- the number of parties should be non-zero (maybe…
-
openssl version: 3.0.9
according to [rfc8446](https://www.rfc-editor.org/rfc/rfc8446#section-9.2)
> - If containing a "supported_groups" extension, it MUST also contain
a "key_share" extensi…
-
Apparently hitting the ignore button ignores that specific keyshare request - whereas in practice you get flooded with multiple ones from the same device as it logs in. Surely hitting ignore should i…
ara4n updated
2 years ago
-
Right now, the creation of `KeySharePublic` and `KeySharePrivate` happens on-the-fly in a function called `new_keyshare`, and the fields on those types are public and mutable. It would be better to ha…
-
I think we need clearer distinction between:
* Keygen shares
* Long lived secret shares
And possibly later,
* Shamir secret shares of keygen shares (for issuing new signers with cooperation from…
-
See
- https://github.com/apache/pulsar-client-python/actions/runs/8242753702/job/22542297702?pr=202
- https://github.com/apache/pulsar-client-python/actions/runs/8242753702/job/22542206316?pr=202
…
-
**Short intro**
We're running a platform that's effectively just a bunch of microservices written in Python, Java and Go which are communicating through Kafka. Currently we're considering moving from…