Stéphane Lesimple

Results 167 comments of Stéphane Lesimple

The sha engine of SE doesn't seem to be able to compute a sha256 hash by being fed separately multiple chunks, reading the Atmosphere source code it seems to only...

I have a first working version, but it's extremely slow. It's taking roughly 90 seconds per 4 MB block, so this would take more than a week for the full...

So, I've both tried an assembly-optimized version of sha256 and sha1, and a basic crc32. They're faster but still way too slow to be bearable. I can't get under 15...

OK then a hw sha256 computation for 29.1 GB doesn't seem realistic due to the limitations you've outlined, @CTCaer. I think I'll go with a hashfile containing multiple sha256sums of...

I have a working version (see PR #216), I tested it in the generic case, it works. I'll continue testing it to be sure the code behaves correctly in all...

@james-d-elliott does your script also work validating your PRODINFO partition? It fails on mine (but works everywhere else), I suppose this is because PRODINFO is < 4 MiB.

Yes. But if that's what I think, you can reproduce the problem by sha256sum ing any file on your computer < 4 MB and point your script at it!

Hello, Sorry for the delay, I completely forgot to answer you, even though I read your message a few weeks ago! The main reason for not "reviving" the macOS version...

Out of curiosity, I spent a few hours trying to get a working build under macOS without having a mac at my disposal. Through GitHub actions and trial/error, I have...

Good to hear I could help you a bit, even without having a mac :) I also enabled CI on your PR.