-
If I understand, your code implements two round Schnorr multi-signature, much as https://github.com/KZen-networks/multi-party-schnorr/blob/master/papers/accountable_subgroups_multisignatures.pdf descr…
-
Jeg refererer til https://signering-docs.readthedocs.io/en/latest/client-integration/direct-flow.html
og "/direct/signature-jobs" på den sida.
jeg har mistet en uke med ping-pong med brannmur gutter…
-
I have implemented this process with java JDK 6 and the library xades4j, this is the fragment code that I used to sign the document
` public Document signEpes(String document, Document docFactu…
-
Helm is now part of CNCF. As part of the transition to CNCF, we have been asked to switch to adding [Developer Certificate of Origin (DCO)](https://developercertificate.org/) support. CNCF projects ar…
-
`const signer = require('node-signpdf').default;
const fs = require('fs');
const { addSignaturePlaceholder } = require('./node-signpdf-master/dist/helpers');
const PDFDocument = require('pdfkit');
…
-
I'm using version 1.4 and I cannot get this to work with magit 2.9.1.
On a buffer run
1. `M-x magit-todos-mode RET`
2. `M-x magit-todos-list-mode RET`
then you'll get
```
Debugger entered-…
-
Join in for the weekly Monero Research Lab meeting.
**When**: Wednesday, 5 February 2020 @ 18:00 UTC
**Where**: #monero-research-lab (freenode/matrix)
**Agenda**
1. Greetings
2. Roundtable
…
-
Olá pessoal,
estou quebrando a cabeça aqui já busquei muito e não consigo, meu problema é o seguinte.
Tenho um certificado A1 no formato pfx salvo no disco, quero carregar ele em memória apenas, por…
-
Dear Luis, first of thanks for your great contribution of Xades4j.
While using it it seems to me more powerful than first expected.
Well I am no java-guru therefore providing a good solution takes…
-
I would like to send a group of signers the same envelope containing the same document. I am achieving this by following [this](https://developers.docusign.com/esign-rest-api/code-examples/quickstart-…