Commit Graph

1853 Commits (3c603019c32afee0480ef27b221b5189a14e8345)

Author SHA1 Message Date
Sein Coray 215440e43c
adding support for mixed multi-file pkzip hashes with mode 17225
5 years ago
Sein Coray e08fc096cd
adding support to 17230 kernel to allow compression types 0 and 8
5 years ago
Sein Coray 4cf4891d1b
fixed length check for code1/2 as data length also contains iv length of 12
5 years ago
Jens Steube 07d8e5ef19
Merge pull request #2039 from s3inlc/master
5 years ago
Sein Coray aed1910205
fixed license text in pkzip master key kernels
5 years ago
Jens Steube a2dee17fc5
Merge pull request #2038 from s3inlc/pkzip-fix-4
5 years ago
Jens Steube 5cd17df313
Merge pull request #2036 from s3inlc/pkzip-fix-3
5 years ago
Sein Coray edcdf004a5
Fixing issue when uncompressed pkzip hash is longer than MAX_LOCAL
5 years ago
Sein Coray 29ae5369c0
fixed copy-paste issue and missing m kernels
5 years ago
Sein Coray 67af2cf926
fixed inflate check on very short pkzip hashes
5 years ago
Sein Coray c80bfde8f2
fix issue with pkzip hashes which have a larger offset value to be printed correctly
5 years ago
Sein Coray 15cbaa0f59
adding pkzip stream cipher kernels 20500 and 20510
5 years ago
Sein Coray cd7b3ed672
fixed size of tmp to be checked on static huffman inflate
5 years ago
Sein Coray 0ea676907a
Merge remote-tracking branch 'upstream/master'
5 years ago
Sein Coray 845878f607
added missing pre-load
5 years ago
Sein Coray 06554f5071
applied speed improvements to modes 17220 and 17230
5 years ago
Sein Coray d9e5a86765
updated m17230 to be cuda compatible
5 years ago
Sein Coray 8d1e737d60
updated m17220 to be cuda compatible
5 years ago
Sein Coray c9c7261a05
updated m17210 to be cuda compatible
5 years ago
Sein Coray b29019ae75
updated m17200 to be cuda compatible
5 years ago
Sein Coray e300fe0d63
fixes to avoid crashing on gpu on multiple inner loops
5 years ago
Jens Steube 153a8704e0 Fix some register type in inline assembly in some ROCM section
5 years ago
Jens Steube 85f7d50fb8
Merge pull request #2021 from philsmd/master
5 years ago
Sein Coray e39a9284e1
Merge remote-tracking branch 'upstream/master'
5 years ago
Jens Steube 51ddf52369 Initialize CUDA vector datatypes to zero
5 years ago
philsmd 07a1bdb12c
added support for $electrum$3 hashes (-m 16600)
5 years ago
Jens Steube c07f9c19c7 Reorder the TC/VC/DC header checks
5 years ago
Jens Steube e2da5c8d57 Some unrolling for SHA2 based algorithms
5 years ago
Jens Steube fa9d073f9a Manually unroll sha2 hashes
5 years ago
Jens Steube 3ca3d1cc60 Fix kernel_rules variable name
5 years ago
Jens Steube 7832c54452 Fix constant memory use of bfs_buf
5 years ago
Jens Steube 53be3e74a3 Rename some variable to avoid collisions
5 years ago
Jens Steube 46f737c5af Use real constant memory on CUDA
5 years ago
Sein Coray 371991e079
included speed improvements and feedback from atom applied to all 172xx kernel variants
5 years ago
Sein Coray e4d8e4a7ad
bring fork up-to-date
5 years ago
Jens Steube ce20a5ab6b Fix uint4 rotate in scrypt based kernels for CUDA
5 years ago
Jens Steube 82927c13c8 Get rid of uchar4 in -m 9100
5 years ago
Jens Steube ec4d4218c0 Add some missing operators for vector types
5 years ago
Jens Steube 6db4ab7e60 Fix scrypt based algorithms to work on CUDA
5 years ago
Jens Steube 027af75a39 Fix rotate function names
5 years ago
Jens Steube 6b7d064118 Replace (u32x) (...) with make_u32x (...)
5 years ago
Jens Steube 54dd2ea300 Use same settings for vector datatypes in inc_types.h as seen in cuda SDK vector_types.h
5 years ago
Jens Steube 7e5356126c Fix more use of LOCAL_VK and LOCAL_AS
5 years ago
Jens Steube 03b2d3fb69 Fix use of LOCAL_VK and LOCAL_AS in -m 3200
5 years ago
Jens Steube 8ff8c5d536 Add LOCAL_VK to make use of __shared__
5 years ago
Jens Steube bbed0cd67a Fix test.sh and bitsliced algos
5 years ago
Jens Steube d0bd33c9d1 Rename CONSTANT_AS to CONSTANT_VK
5 years ago
Jens Steube ec9925f3b1 Warnings self-check and autotune with CUDA
5 years ago
Jens Steube 5ee033673c Disable name mangling in NVRTC's PTX output and more
5 years ago
Jens Steube 58213c81d6 Add vector datatypes operators
5 years ago