Christophe Diederichs

Results 22 issues of Christophe Diederichs

I've uploaded a simple example proof together with a module for generating branched scripts. https://github.com/chm-diederichs/rgb-proof-examples `proofGen(depth, branch)` generates a proof that is `depth` transfers away from the root issuance proof,...

question
02-wallet
A6-performance

Original spec didn't clarify how `unseals` should be encoded, in the case of non-root proofs. I arbitrarily chose to encode them prior to `seals` using the same serialisation protocol for...

This PR updates `proto-loader` package.json to include `.js.map` files. Fixes #2170

Hi I'm running into a DevTools error regarding missing source maps in the `proto-loader` package. DevTools expects the following source maps: `build/src/index.js.map` & `build/src/util.js.map` to be present, however `.map` files...

Export the following `crypto_tweak` api: ``` // just with namespace crypto_tweak_ed25519_keypair(pk, scalar, root.scalar, 'namespace') crypto_tweak_ed25519_pk(pk, pk, 'namespace') // with precomputed tweak crypto_tweak_ed25519_base(tweak.publicKey, tweak.scalar, 'namespace') crypto_tweak_ed25519_sk_to_scalar(scalar, sk) crypto_tweak_ed25519_pk_add(pk, pk, tweak.publicKey) crypto_tweak_ed25519_pk_sub(pk,...