-
This issue is for recording concerns and thoughts based on spike at https://github.com/decentralized-identity/did-common-dotnet/pull/4. Maybe this is a starting point for a discussion and eventually d…
-
Re [HD keys - BIP 32 and beyond](https://github.com/WebOfTrustInfo/rebooting-the-web-of-trust/blob/master/topics-and-advance-readings/hierarchical-deterministic-keys--bip32-and-beyond.md)
CC @Christop…
-
Since this is slightly different from issue described in #1, I'm copying [this comment](https://github.com/iurimatias/EtherSim/issues/1#issuecomment-152789878) here:
EtherSim is using an outdated ver…
-
-
tried this: `glide vc --keep 'Makefile' '**/*.h' '**/*.cpp*'`
but it still appears to be deleting my necessary cpp and such files...any hints?
-
Currently, we already have support:
- [x] SHA256
- [x] RIPMED160
- [x] Base64
- [x] Base58
- [x] Secp256r1 `Verify` and `CheckMultiSig`
- [x] Secp256k1 `Verify` and `CheckMultiSig`
There ar…
-
lego generated key format:
-----BEGIN EC PRIVATE KEY-----
....
-----END EC PRIVATE KEY-----
Aliyun requirement:
-----BEGIN EC PARAMETERS-----
证书私钥(BASE64编码)
-----END EC PARAMETERS-----
-----…
-
I'm playing around with Schnorr and some BTC Taproot stuff. I have a tweaked pubkey that I would like to instantiate and then try to verify a signature.
```
tweaked_pubkey = binascii.unhexlify("79…
-
## Doc Updates
The docs for `createFromPrivKey` currently reads:
> #### `createFromPrivKey(privKey)`
> - `privKey: Buffer`
> Creates a Peer ID from a buffer containing a private key.
This is …
-
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…