Oblivionsage

Results 5 comments of Oblivionsage

# Integer Overflow in `KZG10::load_srs()` Causing Panic on Unchecked `max_degree` Hi team, I’m following up on the HackerOne report that was marked [Informative] — adding more technical context and reproduction...

Hey @Naster17 , main issue here is your `clinfo` shows 0 devices , hashcat needs a working OpenCL backend to run, it wont work without GPU access. The "Illegal instruction"...

Actually you have rusticl platform but the issue is permission. See `failed to open /dev/dri/renderD128: Permission denied`. The GPU is there but Termux can't access it. You might need to...

@selsta Good point. I don't know if import_key_images has batching implemented . If legitimate use cases regularly exceed 1MB, we might need either: 1. A higher limit (like 10MB) 2....

@selsta updated per feedback. Let me know if this looks good or needs any changes