-
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…
-
**Describe the bug**
The download page (https://nixos.org/download) does not contain signature for any downloads.
**Expected behavior**
Multiple issues exist on this topic which have been cl…
-
We should add regression tests that compare the output of `dafny translate` to a fixed expectation output. However, to allow implementation details, such as method bodies, to change, we should add a h…
-
- [ ] completions
- [ ] context-sensitive completions
- [ ] completion for identifiers in introspection
- [ ] completion for identifiers in current document (not in introspection)
- [ ] hove…
-
### systemd version the issue has been seen with
256.7
### Used distribution
Fedora 41
### Linux kernel version used
6.11.6-300.fc41.x86_64
### CPU architectures issue was seen on
…
-
When executing a transaction, I get the error `Invalid user signature: Expect 1 signer signatures but got 2.`
What could be the issue?”
```
const tx = new Transaction();
con…
-
With the latest released version (4.2.0) and the development version from the master branch this code
```
const result = Err('boo') as Result
const resultAfterOrElse = result.orElse((error) => Er…
-
Hi @patrick-kidger
Disclosure: I am quite new to signature transforms (and haven't finished whole theory yet) but found it's properties useful, so trying to play with it.
I don't see the API to…
-
Once https://github.com/dependabot/dependabot-core/issues/9546 is completed for production images, we should verify the container image signatures.
This can be done with [`cosign`][1]. See sigstore…
-
**Goal**
I'm working on an archiving project where I need to write provenance chains for arbitrary files. I was hoping to use `c2patool` to sign these files via the sidecar support. I hoped that so…