-
### Describe the bug
Multi-line signatures have a comma separator even for the last parameter when outputting HTML5 (edit: and LaTeX and Text).
The offender seems to be [writers/html5.py#L232](h…
-
* how to sign one file with multiple signatures
* how to verify multiple signature on one file
-
From https://stackoverflow.com/questions/52861619/are-typed-signatures-for-stubbed-methods-not-enforced-in-roles-for-perl6
Looks like `only` methods don't care if signatures match:
```
$ perl6 …
-
Consider allowing a record to be signed by multiple actors to improve trust and prevent a single key comprise from invalidating the integrity of a record set.
-
https://libsodium.gitbook.io/doc/public-key_cryptography/public-key_signatures#example-multi-part-message
* Lazy `ByteString`?
* `ListT`?
-
I believe the most advanced threshold signature implementation is https://github.com/poanetwork/threshold_crypto but they do not provide our abstractions, and one should optimize the arithmetic ala ht…
-
Allow the verification of detached file signatures:
If the user selects a detached signature file like "xxx.sig" via "Select input file", OpenKeychain should ask for the original file afterwards.
Then…
-
My understanding is that currently it supports two-party signatures. Is there a plan to support a multi-party scheme?
-
### Suggestion
`set_string` `set_expand_string` and `set_multi_string` only accept one generic type. This can make them hard to use, as it means the `name` and `value` need to use the same string typ…
-
We should write threshold schnorr signatures using session types analogous to the multi-signature ones in multi.rs. We should first go over the threshold schnorr signing literature just to check if a…