1
0
mirror of https://github.com/GOSTSec/vanitygen synced 2025-02-07 12:24:20 +00:00

16 Commits

Author SHA1 Message Date
samr7
a8bf7cff08 Use two output buffers so that the GPU doesn't trample on the hash
list while the CPU is checking for matches.
2011-07-17 17:20:29 -07:00
samr7
19db491cb8 Fix rekey synchronization between OpenCL master and CPU search threads. 2011-07-17 16:24:53 -07:00
samr7
2dcd8fdff6 Display hint message when given impossible prefix.
Split source into multiple files.
Add experimental, unoptimized OpenCL implementation.
Bump version to 0.13
2011-07-17 16:11:45 -07:00
samr7
34b6aa670e Display a warning message if built against an old version of OpenSSL. 0.12 2011-07-13 09:19:01 -07:00
samr7
d8b7676a17 Tweak EC_POINT batch additions to add affine points (+10% performance)
Fix RNG seed option, thanks Shevek
Bump version to 0.12
2011-07-13 04:29:39 -07:00
samr7
dddc627798 Add "-s" option for external RNG seed.
Use a read-mostly optimized lock to synchronize access to patterns.
Bump version to 0.11
2011-07-12 16:10:00 -07:00
samr7
3b27f81a98 Use EC_POINTs_make_affine() to improve performance. ~6X speedup!
Bump version to 0.10
2011-07-12 02:43:58 -07:00
samr7
bcbaff3cf0 Add keep pattern after match option, quiet option, and result file.
Bump version to 0.9
2011-07-10 15:33:22 -07:00
samr7
f40a553fed Fix difficulty recalculation when a prefix match is found.
Bump to version 0.8
2011-07-08 20:52:32 -07:00
samr7
d40577e361 Use GetLogicalProcessorCount() to count CPUs on Windows.
Bump version to 0.7.
2011-07-08 03:53:20 -07:00
samr7
03f4e05ebf Fix arithmetic problems related to difficulty estimation of multiple
prefixes.
Be more specific when prefixes overlap.
Bump to version 0.6.
2011-07-08 00:54:30 -07:00
samr7
e9d063f70b Fix Win32 nmake build, increase warning level, resolve warnings 2011-07-07 13:15:46 -07:00
samr7
9bbefd2ce8 Vanitygen 0.5 as released (attempted) on forum. 2011-07-07 12:37:45 -07:00
samr7
6baae946a9 Vanitygen 0.4 as released on forum 2011-07-07 12:32:55 -07:00
samr7
9da77c3e76 Vanitygen 0.3 as released on forum 2011-07-07 12:31:55 -07:00
samr7
927c650808 Vanitygen 0.1 as released on forum. 2011-07-07 12:29:14 -07:00