Gorazd

Results 21 comments of Gorazd

cc: @shannona

> Is this version live at our public onion? Or only tested on your personal copy? only on a personal copy. Don't have login credentials of our public onion yet

> The lifehash issue is more generic and might be related to my setup, but I did try it in an Ubuntu VM Linux support is here https://github.com/BlockchainCommons/bc-lifehash/pull/2 It should...

> Is there an easy way to do it or do I have to clone/build it manually? Unfortunately, you'll have to do it manually: clone `bc-crypto-base` and `bc-shamir` and execute...

np I don't have any experience with WASM, I just glanced over the documentation about how to do it for a browser and it doesn't look too hard. I dont...

> const myArray = new Uint8Array([2, 3, 3, 5]); > console.log('myArray', myArray) > const buffer = Module._malloc(myArray.length); > Module.HEAPU8.set(myArray, buffer); You have to allocate `Uint16Array`, because `threshold` and `count` are...

> Module.HEAPU8.set(myArray, buffer); HEAPU16? EDIT: > printf("%p\n", groups); // you're printing memory address here not the value it holds here's how to printf the threshold of the first element in...

That's a *function pointer* that points to a function with 3 arguments (pointer, variable, pointer). Try if this helps https://github.com/emscripten-core/emscripten/issues/10039#issue-537959640

@AndreasGassmann send us a link of your example and how to set it up and we will take a look at it. Personal note: make sure this structure doesn't get...

#6 is a WIP, not ready for review yet