-
An idea that came up on bitcoin-dev was to provide a trustless BTC bounty for smaller curves as a bounty for breaking the security of those curves: https://lists.linuxfoundation.org/pipermail/bitcoin-…
-
https://github.com/bitcoin/bips/pull/1458
Supporting receiving for silent payments would be a very large undertaking. However, supporting sending should be relatively pretty trivial.
-
After upgrading to LNbits 0.11.1 attempts to upgrade the Cashu extension results in:
Failed to install extension cashu (0.3.1).
500 INTERNAL SERVER ERROR
The log reads as follows:
```
2023-10…
-
Instead of a trusted dealer generating the UniversalParams, can they be generated in a distributed way?
-
For fixed basepoint multiplication and also for Pedersen hashes we use basepoints provided by Zcash. We should better use our basepoints to prevent any kind of collision.
-
1. How do we handle input and outputs?
Initially, I based this code off schnorrkel, which provides sign-verify methods for many usage patterns.
Ideally, schnorrkel should encapsulate the `VR…
-
I've been using this library for a couple projects and have added various features and bug fixes in a fork: https://github.com/nanaknihal/babyjubjub-rs
If you're interested, I will make a PR. First I…
-
## Problem
Currently test vector outputs for a full VOPRF invocation have to be verified manually by running both a HTTP server & client for both the rust and go versions of the code.
## Task su…
-
https://github.com/dedis/kyber/blob/master/shuffle/shuffle_test.go
-
I wanted to test mnemonic words for cashu backups. Please provide feedback if this functionality is not ready yet or if my understanding of it is incorrect.
My understanding is that if you restore …