-
Schnorrkel.KeyPair key = instance.deriveKeyPair(rootKey, Schnorrkel.ChainCode.from("demo".getBytes));
-
-
Rather than having per-requisite steps for each instructor and/or course to provide a key pair, allow cred-admin to scaffold the creation and centrally store the keypair.
-
**Is your feature request related to a problem? Please describe.**
[golangci-lint](https://github.com/golangci/golangci-lint) highlights some errors depending on the set of linters enabled. For exa…
Hoega updated
10 months ago
-
Hello,
I'm using the following JGit and Apache MINA dependencies in my project:
```
implementation "org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r"
implementation "org.eclipse.jgit:org.…
-
I've recently found myself re-implementing quite a lot of mbedtls functionality within Lua. Is it possible to expose more mbedtls functions/operations (create keypairs, create and validate signatures,…
-
Users might have generated signing key before they started using cachix, so instead of generating keypair, allow just adding the public key.
-
I have an angular app generating a CSR it works except for adding extensions/attributes to the CSR (I can successfully ad a subject, public key, get it signed, the resulting cert is valid).
In Angu…
-
I wish to be able to use `lexik:jwt:generate-keypair` command with `--overwrite` and no promt, just generate it. I haven't found a way so far and a `-y` argument is pretty standard.
-
Hi, I'm conducting academic research on Java Cryptography API based misuse using your tool. After reading the paper and source codes, I believe that your team have implemented the rules to detect the…