]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/cli.h
some bigint stuff in ASM
[avr-crypto-lib.git] / test_src / cli.h
index 422d97acb2f8fae2bc5e643196131d57d3ad3824..f95f26e84a0f1e4ee82ae1d2c17039d40a372314 100644 (file)
@@ -16,6 +16,7 @@
     You should have received a copy of the GNU General Public License
     along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
+
 #ifndef CLI_H_
 #define CLI_H_
 
@@ -57,8 +58,10 @@ void cli_putc(char c);
 uint16_t cli_getc(void);
 uint16_t cli_getc_cecho(void);
 uint8_t cli_getsn(char* s, uint16_t n);
+uint8_t cli_getsn_cecho(char* s, uint16_t n);
 void cli_putstr(const char* s);
 void cli_putstr_P(PGM_P s);
+void cli_hexdump_byte(uint8_t byte);
 void cli_hexdump(const void* data, uint16_t length);
 void cli_hexdump_rev(const void* data, uint16_t length);
 void cli_hexdump2(const void* data, uint16_t length);