mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Electrum 4/5: speedup by using w-NAF (Non-Adjacent Form)
This commit is contained in:
parent
4d286d5dc7
commit
7ef92379d8
File diff suppressed because it is too large
Load Diff
@ -30,7 +30,7 @@
|
||||
|
||||
typedef struct secp256k1
|
||||
{
|
||||
u32 xy[48]; // all 3 pairs of 32+32 bytes: x,y, x1,y1, x2,y2
|
||||
u32 xy[96]; // pre-computed points: (x1,y1,-y1),(x3,y3,-y3),(x5,y5,-y5),(x7,y7,-y7)
|
||||
|
||||
} secp256k1_t;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user