Page 4 of 4

Re: SHA256/224 Fingerprint and FileFingerprint

Posted: Thu Aug 25, 2011 3:25 am
by Guimauve
Hello

I have just try to test the SHA256 file fingerprint on Fedora 15 iso file and I the code don't compile and this error message pop :
PureBasic Assembler Error

purebasic.asm[5969]:
MP12
purebasic.asm[4907] MP12 [23]:
push edi
error: illegal instruction.
Even if the "Enable inline ASM support" in the compiler option windows. If this can help you :

LinuxMint 11 Katya x64
Processor : AMD Phenom II X4 965 (x64)
Purebasic : V4.60 Beta 4 x64

Best regards.
Guimauve

Re: SHA256/224 Fingerprint and FileFingerprint

Posted: Thu Aug 25, 2011 4:03 am
by netmaestro
If you're using x64 you shouldn't use this. Use Helle's that he just posted here a couple days ago, it's made specifically for x64 and he's covered all the SHA2 versions in it. We've never tested this one on x64.

Re: SHA256/224 Fingerprint and FileFingerprint

Posted: Thu Aug 25, 2011 3:03 pm
by netmaestro
Another speed improvement today, wilbert found some optimizations. Code updated in first post.

Re: SHA256/224 Fingerprint and FileFingerprint

Posted: Tue Jul 22, 2014 11:33 am
by IdeasVacuum
Hello chaps. Really really fast, but fails when compiled as Unicode exe :(