-
I think the only issue is deal with rand
```
cargo check --target wasm32-unknown-unknown
error: the wasm*-unknown-unknown targets are not supported by default, you may need to enable the "js" f…
-
Solicit suggestions for agenda items for the Governance meeting to be held on Tuesday January 17 @ **10:00 UTC** in grincoin#general channel on [Keybase](https://keybase.io/team/grincoin#general). Pl…
-
Hello, my issue is the following :
I'm creating a bean :
```java
@Bean
public ApiWrapper apiWrapperTestnet() {
ApiWrapper test = ApiWrapper.ofShasta(privKey);
log.info("[TR…
-
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…
-
### Discussed in https://github.com/smartcontractkit/full-blockchain-solidity-course-py/discussions/1036
Originally posted by **km123abca** February 12, 2022
The import statement : from web3 i…
-
What is the difference of this library to the node module called ecdsa?
-
The program is interesting. But you might want to add more details about usage and how it works.
What exactly are you generating and based on what? As far as I know eth and btc private keys are far…
-
I'm using ecdsa secp256r1. The signature and key pairs are generated using Java. I try to verify the signature. However, it looks like verifySignature function only accept signature with length equals…
-
This is on the horizon: http://www.w3.org/TR/WebCryptoAPI/
It would be great if bitauth was ready and supporting this as soon as implementations start to emerge in browsers.
-
The DID Core spec allows the use of JWK keys for all verification methods... because of this, they are a better interoperability target than PEM.
If the representations supported here: https://gith…