]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - test_src/string-extras.h
added base64 encoding
[arm-crypto-lib.git] / test_src / string-extras.h
index bdd45d84a0612ae7aa46157c12c95dfcab226488..d982f8a86bc386beab41d6cb20b38e3b7c3c5abb 100644 (file)
@@ -1,6 +1,6 @@
 /* string-extras.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -61,5 +61,5 @@ char* ultoa(unsigned long a, char* buffer, uint8_t radix);
 
 char* ulltoa(unsigned long long a, char* buffer, uint8_t radix);
 
-char* ustoa(unsigned long a, char* buffer, uint8_t radix);
+char* ustoa(unsigned short a, char* buffer, uint8_t radix);
 // void strlwr(char* s);