-
While keys can be used to derive any kind of address usually they are not reused and their purpose is defined by derivation or WIF.
I think it'd be nice to track the purpose of the keys in types to a…
-
My apologies for the ignorant question as I can't find the answer elsewhere.
Do the wallets created by this gem only support BTC? I would like to use this for DOGE instead and am wondering if anyth…
-
`ubuntu@ubuntu-xenial:/path/to/workspace/src/github.com/nebulasio/go-nebulas$ sudo make build
cd cmd/neb; go build -ldflags "-X main.version=1.0.1 -X main.commit=f86edd419d21a57737deb7b90d8ff187a3338…
-
Are there any generic Sidetree protocol parameters that should have a common format?
Here are our current trustbloc parameters:
```
{
"genesisTime": 0,
"multihashAlgorithm": 18,
"maxOper…
-
`dist/DualCrypto.js` is over 500kb.
This is how we're using `elliptic`:
```js
import { ec as EC } from 'elliptic'
const ec = new EC('secp256k1')
const keyPair = ec.genKeyPair({ entropy })
cons…
-
The tests (src/tests.cpp and included modules) consist of some tests whose runtime is independent of the TEST_ITERS variable, and some which are. The ones that are independent take a significant amoun…
-
By using Elligator elliptic curve points became indistinguishable from random string. It's useful property in countries where government censorship evolves. It can be used pretty easily with Curve2551…
-
### Motivation
Currently compiling sp-core with std will compile:
- 2 secp256k1 libraries (one in C, one in Rust)
- An Ed25519 lib
- A Ristretto lib
- The Arkworks suite
- BLS12-381 (arkwork…
-
Hi there, since the implementing of secp256k1 keys, our transactions are failing to broadcast although we are only using Ed25519 keys - the following error message is received:
`RPC error REQUEST_V…
-
https://github.com/zcash/zcash/pull/4912#issuecomment-747280347
For after 4.2.0.
daira updated
2 years ago