-
OPRFs can be useful primitives in privacy-preserving protocols.
Does this library contain any OPRF implementations? If not, are there plans to include some in the future?
In particular, I'm look…
-
The current signing API has several problems that make it difficult to use correctly. It's probably the most complex of commonly-used APIs and there are multiple issues people have with it.
I propo…
-
-
### Problem
If one key is secure, then three keys must be thrice as secure. Right. Right?
Anyway. Multi Signature is one of the most powerful scripts in Bitcoin, a premiere wallet should support s…
-
## Description
M-Pin is a multi-factor authentication protocol developed by Apache Milagro that provides strong security and user privacy while minimizing reliance on traditional password-based system…
-
How can we prove the author is the author?
For .sats names, it'd be interesting to explore a BIP-322 or some kind of structured data signed by the wallet.
For .btc names, we could implement a si…
-
Hello, I was reading the tests for aggregate signatures and I noticed there didn't seem to be any asserts to check the validity of partial signatures. Is this an easy feature to add to the library?
-
Kusama blocks containing parachain inherent currently take a lot of time to execute. Verifying bitfield signatures take the bulk of the execution time. Would be good to optimize this. I can think a co…
-
Hello, I'm using ECDSA signing for a bitcoin implementation in java. and i have one question and one request if its possible
First Is the ECDSA signing with `ECDSASigner(HMacDSAKCalculator(SHA2561D…
ghost updated
4 years ago
-
Per #32, specifically,
> I think the generator side of this definitely needs some experimentation, because while there are logical reasons for choosing a particular generator as standard, they aren…