eric.deng

Results 8 issues of eric.deng

@aantonop Hi, The previous bitcoinbook and etherumbook have both released Chinese versions, lnbook is finally released after two years, I hope to have Chinese versions sooner

@paulmillr Hi, [Learning fast elliptic-curve cryptography in JS](https://paulmillr.com/posts/noble-secp256k1-fast-ecc/) This blog helped me a lot and gave me an in-depth understanding of secp256k1, but bls12-381 is very different from secp256k1 and...

var der, e, ecsignature, i, lenR, lenS, nonce; i = null; nonce = 0; e = BigInteger.fromBuffer(dataSha256); while (true) { ecsignature = ecdsa.sign(curve, dataSha256, privateKey.d, nonce++); der = ecsignature.toDER(); lenR...

请问ppt有翻译吗 Sent from PPHub

``` curl -d '{ "id": "1", "jsonrpc": "2.0", "method": "GetTxnBodiesForTxBlock", "params": ["1664279"] }' -H "Content-Type: application/json" -X POST "https://api.zilliqa.com/" ``` ``` { "error": { "code": -20, "data": null, "message": "Failed...

bug

Zcash network upgrade Consensus Branch ID change 0x2BB40E60 Fixes typo in recover pubkey for both secp256k1 and nist256p1 implementations

this is graphql ``` graphql query getAddressTransactions($address: String!) { transactions( limit: 100 where: { _or:[ { inputs: { address: { _eq: $address } } } { outputs: { address: {...

perf
SEVERITY:MEDIUM

https://forum.cardano.org/t/brazil-developing-a-wallet-ada-support/20775/9 The Yoroi address scheme is the one that will be used by all clients in the future so go with that one (this is what the Rust codebase encourages...

enhancement
postponed