Author |
Message |
Topic: MD5 Calculation with PIC16F877A |
rpweis
Replies: 11
Views: 13575
|
Forum: General CCS C Discussion Posted: Wed Jul 20, 2005 11:34 am Subject: MD5 Calculation with PIC16F877A |
Sorry about the multiple posts, the page kept saying it couldn;t load, but apparently it did.
-Rob |
Topic: MD5 Calculation with PIC16F877A |
rpweis
Replies: 11
Views: 13575
|
Forum: General CCS C Discussion Posted: Wed Jul 20, 2005 11:33 am Subject: MD5 Calculation with PIC16F877A |
Ok, here's my code. It's a little long b/c the include wasn't getting along earlier, probably works now but it doesn't really matter.
#device PIC16F877A *=16
#fuses HS,NOWDT,NOPUT,NODEBUG,NO ... |
Topic: MD5 Calculation with PIC16F877A |
rpweis
Replies: 11
Views: 13575
|
Forum: General CCS C Discussion Posted: Wed Jul 20, 2005 11:32 am Subject: MD5 Calculation with PIC16F877A |
Ok, here's my code. It's a little long b/c the include wasn't getting along earlier, probably works now but it doesn't really matter.
#device PIC16F877A *=16
#fuses HS,NOWDT,NOPUT,NODEBUG,NO ... |
Topic: MD5 Calculation with PIC16F877A |
rpweis
Replies: 11
Views: 13575
|
Forum: General CCS C Discussion Posted: Wed Jul 20, 2005 11:32 am Subject: MD5 Calculation with PIC16F877A |
Ok, here's my code. It's a little long b/c the include wasn't getting along earlier, probably works now but it doesn't really matter.
#device PIC16F877A *=16
#fuses HS,NOWDT,NOPUT,NODEBUG,NO ... |
Topic: MD5 Calculation with PIC16F877A |
rpweis
Replies: 11
Views: 13575
|
Forum: General CCS C Discussion Posted: Wed Jul 20, 2005 9:04 am Subject: MD5 Calculation with PIC16F877A |
Yes I do have that in my code. I used reference parameters and the compiler directive "#separate" and all the other tricks I know of to try and make it fit. The compiler is not actually out of ROM, ... |
Topic: MD5 Calculation with PIC16F877A |
rpweis
Replies: 11
Views: 13575
|
Forum: General CCS C Discussion Posted: Tue Jul 19, 2005 2:47 pm Subject: MD5 Calculation with PIC16F877A |
Hello,
I was trying to write an MD5 routine using the MD5 specification (rfc1321) and I ran out of ROM. Has anyone written a simpler version or done this another way? Basically I have to produce ... |
|