Sivaram

Results 24 issues of Sivaram

context: https://github.com/bitcoin-core/secp256k1/pull/760#issuecomment-809242311 I am trying to implement a PoC for the API proposed above. I have the following `batch_verify` object in mind. ```C typedef struct { unsigned char chacha_seed[32]; /*...

Fixes #946 and #1061 Changes: - update docs to `_fe_equal_var` requires only the first input magnitude to be 1 - removed the `secp256k1_fe_normalize_weak` call for the second argument of `_fe_equal_var`...

https://github.com/bitcoin-core/secp256k1/blob/a1102b12196ea27f44d6201de4d25926a2ae9640/src/field_5x52_impl.h#L331-L339 Shouldn't the call to `secp256k1_fe_verify` come after the else block?

### Overview This PR adds support for batch verifying Schnorr signatures and tweaked x-only public key checks. It is based on the work of @jonasnick in #760. ### Batch Verification...

feature
performance

help wanted
good first issue
hacktoberfest

1. Allow writing permission for other users in the result folder (created by py) 2. Allow writing permission for other users in the graph.json (created by php)

good first issue
hacktoberfest

### Can you please describe the problem to be solved? The project is deployed on an IIT-M server ([https://ke.iitm.ac.in/kidney-exchange/](https://ke.iitm.ac.in/kidney-exchange/)). Therefore, we don't have permission to update it. Also, the currently...

I can see pd-pair details on the summary page, but those are not displayed on the overview page (where deletion of a pair is possible). **Note:** If the user encounters...

bug
question
hacktoberfest
cakewalk
more info needed

Users can upload file size up to 2MB but the default SQL insertions for BLOB type is 1MB. Therefore error occurs when the user uploads a filesize between 1 MB...

bug
good first issue
hacktoberfest
urgent
cakewalk

[ ] option to import data to the database through JSON data file [x] option to provide a JSON dump of the data available in the database [x] option to...

enhancement
pro coder