Iñigo Querejeta Azurmendi

Results 19 comments of Iñigo Querejeta Azurmendi

So, I've managed to reproduce them, but no progress in debugging. I'll try again tomorrow. Any idea why we might have ``` Undefined symbols for architecture arm64: ... ld: symbol(s)...

Ok, makes sense. What is your preferred way forward? To have `core_ed25519` exposed in the MINIMAL build, or instead have `from_string` and `scalar_negate` as part of `ed25519_ref10.c`? Seeing how the...

What about adding Schnorr signatures?

Oh, missed BIP340 in k256. I think we could implement that generically, over any curve with a prime number of points (unlike edwards curves, for which EdDSA exist). Don't know...

I see in #438 that the function `hash_to_bytes` was deprecated. Is there any chance to include the `hash_to_curve` as defined in the [standard](https://datatracker.ietf.org/doc/draft-irtf-cfrg-hash-to-curve/)? If there is the possibility of merging...

Great, thanks! And whenever you think you have time, you can ping me here, and I'll rebase (as there's been some changes in the hashing functions) and make sure it...

Happy to do it 👍 given that there is no rush, I should be able to dedicate a few cycles in a reasonable amount of time.

Cardano base code already implemented in #244, but still not in use.