Alexandru Ionut Budisteanu
Alexandru Ionut Budisteanu
Your go implementation is an amazing work! I was just wondering if it supports 2 of 3 multi-signature using schnorr? How can we do that? Is there an example of...
Hi! Awesome work! I was wondering how do you get a multsig of m out of n, let's suppose, m is 2 and n is 3. So, I am interested...
Hi. Today, I decided to integrate buntdb via interfaces ( alongside boltdb ) as both libraries are very similar. When running the same code using buntdb, sometimes it generates a...
Hi! Amazing work. Simple and great! My question is how many times can a keypair (publickey, privatekey) can be reused to encrypt/decrypt data. Does it require only once, or can...
Hi! I am planning to use Archiver into an open-source protocol. I can't get it working with a custom readableStream. Here is my code. What am I doing wrong? ```...
According to the docs, the t+1 signers will not be revealed. My question is, can the variable **t** be revealed ? We are thinking of integrating this great library with...
Does Tinygo support multi threading in web assembly? If not, is there any date when tinygo would add support for multi threading ? WebAssembly is useful for CPU intensive, but...