-
In the previous iterations of this class, having a public/private keypair were a prereq. Now that we've broken this up, we should make that a formal part of the process.
-
An identity is an ed25519 keypair. The public key must match the one registered in the phonebook. This means we might also need to load the id
-
(I'd love to ask questions on the elixir-lang#tortoise slack channel, but that seems pretty dead)
This question probably shows my naivety with OTP as much as anything. I'm using the Tortoise.Superv…
-
This is a spin-off of issues #3466 (identity recover) and #6519 (re-introductions).
I'll focus this ticket on the current security flow related to the being impossible for users to publicize an upd…
-
### Terraform Version
```
Terraform v0.11.10
+ provider.openstack v1.12.0
```
### Terraform Configuration Files
```hcl
# Bunch of local variable
....
# Create keypair resource to be us…
-
Hi, this is more of a question than a issue.
In the example that you give of creating keypairs, you use the rand_core Osrng:
```
use rand_core::OsRng;
use x25519_dalek::{EphemeralSecret, …
-
- Use something better than uuid/key (possibly asymmetric keypair).
- Use a more standard encryption scheme (instead of jasypt)
-
Hi, we can not pass some test cases.
the anchor version we installed is v0.29.0, and the solana version we installed is 1.17.34.
we can not install solana 1.17.0 because version bellow v1.17.25 …
-
constraint to cosigning, the two minimal APIs are
```
POST /api/v0/filecoin/keypair
POST /api/v0/filecoin/message
```
initial branch: https://github.com/benjaminbollen/fil-cosigner/tree/20210…
-