Mercurial > pihelp
comparison aes.c @ 5:87c8d0a11906
make it work
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 05 Jun 2013 21:29:02 +0800 |
parents | ca3a006e292c |
children | 439b7aaaec9e |
comparison
equal
deleted
inserted
replaced
4:fd28c7358ce8 | 5:87c8d0a11906 |
---|---|
411 | 411 |
412 memcpy (out, state, sizeof(state)); | 412 memcpy (out, state, sizeof(state)); |
413 } | 413 } |
414 | 414 |
415 | 415 |
416 #if 0 | |
417 | |
416 /*avr specific routines*/ | 418 /*avr specific routines*/ |
417 #include "backward.h" | 419 #include "backward.h" |
418 #include <avr/io.h> | 420 #include <avr/io.h> |
419 #include <avr/pgmspace.h> | 421 #include <avr/pgmspace.h> |
420 #include <avr/eeprom.h> | 422 #include <avr/eeprom.h> |
531 | 533 |
532 for( i = 0; i < 16; i++ ) {itoa16(samplein[i],c);print(c); print(" ");} | 534 for( i = 0; i < 16; i++ ) {itoa16(samplein[i],c);print(c); print(" ");} |
533 printP(PSTR("\n")); | 535 printP(PSTR("\n")); |
534 } | 536 } |
535 | 537 |
538 | |
539 #endif |