hashcat / princeprocessor

Standalone password candidate generator using the PRINCE algorithm
Other
425 stars 98 forks source link

Indexes vs pointers #14

Closed Sc00bz closed 9 years ago

Sc00bz commented 9 years ago

This was the first version I had but went with pointers. There's a slight speed decrease (1.4%) with this version.

jsteube commented 9 years ago

indexes work better on gpus, therefore this patch is very good