-
In order to implement XMSS, we need [the WOTS+ primitive signature scheme](https://datatracker.ietf.org/doc/html/rfc8391#section-3.1).
- [x] Define a functor with the parameters (3.1.1)
- [x] Defi…
-
The RFC for `ed25519` (https://datatracker.ietf.org/doc/html/rfc8032#section-7.1) specifies a number of test cases that any implementation must handle. We should add these to ensure our implementation…
-
This is low priority and related to optimizing the 96 bytes in the Payload. By extracting the PK from the BLS scheme signature we optimize for space at the expense of slightly more computation. This i…
-
### Finding Description
The app is vulnerable to the Janus exploit.
Janus ([CVE-2017-13156](https://nvd.nist.gov/vuln/detail/CVE-2017-13156)) exposes a critical flaw in Android's APK validation proc…
-
Would it be possible to add [SQIsign](https://sqisign.org/)?
It's a post-quantum signature scheme with small key sizes and small signature sizes.
-
Some protocols may have different modes / types for requests, such as signing the entire request object. This changes the top level structure of the request object in the Digital Credentials API.
…
-
Use zcash' FROST implementation https://github.com/ZcashFoundation/frost
Decisions on DKG and TSS here:
https://blog.opdup.com/2023/08/22/frost-for-braidpool.html
Use a mock clock for rounds - wait…
-
**The problem**
With the standardization of the new Quantum Safe algorithms from NIST and the pressure from US and international agencies to adopt Quantum Safe asymmetric cryptography it is time to c…
simo5 updated
2 weeks ago
-
**[Threshold Signatures Explained](https://www.binance.vision/security/threshold-signatures-explained)** by Omer Shlomovits
*...both multisig and TSS are essentially trying to achieve similar goals, …
-
PR #34 addressed part of #32. This would address the remaining portion.
./lib/Module/Signature.pm
```
291 sub _keyserver {
my $version = shift;
my $scheme = 'x-hkp';
$schem…