At 15:40 17-11-2009 -0700, you wrote: >On Tuesday 17 November 2009 15:33:24 Nico Coesel wrote: >> Why is your flash programming routine so large? Only the part that does the >> actual flash programming has to be in ram. This is just a few lines of >> code. Perhaps you need to split the function in a part that stays in flash >> and a small part that does the actual programming. > >It's a field update for client-confidential code. The final decryption stage >is done in the programming function.
I would split that function. There is no reason to decrypt from ram. Actually, it is better to divide security sensitive code in several functions linked in random order. It makes it more difficult to follow. Nico >-- >Rick Jenkins <[email protected]> >Hartman Technica http://www.hartmantech.com >Phone +1 (403) 230-1987 >221 35 Avenue. N.E., Calgary, Alberta, Canada T2E 2K5 > >--------------------------------------------------------------------------- --- >Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >trial. Simplify your report design, integration and deployment - and focus on >what you do best, core application coding. Discover what's new with >Crystal Reports now. http://p.sf.net/sfu/bobj-july >_______________________________________________ >Mspgcc-users mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/mspgcc-users > >
