mirror of
https://github.com/hashcat/hashcat
synced 2024-12-01 20:18:12 +01:00
Merge pull request #2256 from philsmd/master
Electrum 4/5: speedup by using w-NAF (Non-Adjacent Form)
This commit is contained in:
commit
80a872121a
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