0xMiden / 0xMiden/miden-vm

Implement ECDSA over ECExt5

Offen
#3,480 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
corelib signatures
Vorherrschende Sprache
Rust
Sterne
772
Forks
352
Ø Merge
1 T. 12 Std.
Gemergte PRs (30 T.)
93

Beschreibung

Right now we're trying to implement ECDSA ( over `ec_ext5` curve ) signature verification routine in Miden assembly, for which all necessary underlying constructions are *almost* ready

- Base field arithmetic : https://github.com/maticnetwork/miden/pull/414
- Scalar field arithmetic : https://github.com/maticnetwork/miden/pull/498
- Group arithmetic : https://github.com/maticnetwork/miden/pull/429

But if you notice carefully, you'll see for this we had to write important cryptographic primitives inside test directory of https://github.com/maticnetwork/miden which is not good. I'd like to have all Miden related cryptographic requirements living here and get them imported as development dependencies for ensuring that test vectors can be generated on-the-fly and functional correctness of Miden assembly implementations can be ensured that way. This also makes dependency graph more modular which makes it easier to comprehend and finally audit.

So I'll move all these routines here ( now living [here](https://github.com/itzmeanjan/miden/tree/a7660d706e3c70f12196aceb5fb1fab83efd4475/miden/tests/integration/stdlib/math/ec_ext5) ) so that we have ECDSA ( over `ec_ext5` curve ) keygen/ sign/ verify implemented.

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.