Skip to content

Commit b05c048

Browse files
committed
o5logon-opencl: Switch to bitsliced AES
While this doesn't fully help on all device/runtime combos, it seems to help a lot on several. See #5827
1 parent d295a1f commit b05c048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run/opencl/o5logon_kernel.cl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "opencl_sha1.h"
1616
#include "opencl_md5_ctx.h"
1717
#include "opencl_mask.h"
18+
#define AES_BITSLICE
1819
#include "opencl_aes.h"
1920

2021
typedef struct {

0 commit comments

Comments
 (0)