On Mon, Jun 13, 2011 at 3:10 PM, Simon <[email protected]> wrote: > I have. Its within the 'private byte[] crypt_raw(byte password[], > byte salt[], int log_rounds)' method, within the for loop where > key(password) and key(salt) are being called. It never gets past this > loop.
Well, I don't know anything about their code. Perhaps they are tripping over some subtle difference between Dalvik and a standard Java VM. However, if you can get this far, you should be able to work with the library's authors to try to figure out why you're in a (presumably) infinite loop. Perhaps somebody else has already done this and will chime in on the thread. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

