]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/hexdigit_tab.h
modifying some nessie test suits (mac & hash) to use less RAM
[avr-crypto-lib.git] / test_src / hexdigit_tab.h
index 8b20da57cd436621db3b1cae0b3b667177efae24..5aa2e998dca4bd4a41d1b7dfff4c604211740954 100644 (file)
@@ -24,5 +24,6 @@
 #define HEXDIGIT_TAB_H_
 
 extern char hexdigit_tab_P[];
-
+extern char hexdigit_tab_uc_P[]; 
+extern char hexdigit_tab_lc_P[];
 #endif /*HEXDIGIT_TAB_H_*/