ing-bank/threshold-signatures

Shared wallet reference question

sandeepmukh opened this issue · 0 comments

I am trying to use this library outside of a multi-threaded setting (ie not like the example) and the one part where I am having trouble is the shared_wallet_referece which is a mutex hashtable with the initial keys stored in it.

However, in a setting where threading isn't used to manage each party (instead I'm using a TCP connection between ports on my machine or remote machines), would it be (a) correct and (b) secure to precompute share_wallet_reference and simply store it locally on each of the machines? If not is there a conically correct way to approach this problem?

Edit: I think this is answered in the documentation, but I can't seem to figure out how to read the documentation. I've run the command, but nothing seemed to have happened.