]> mj.ucw.cz Git - libucw.git/blobdiff - lib/lib.h
Implemented base-224 encoder and decoder.
[libucw.git] / lib / lib.h
index 22169423260926312e91fe588ac85b6e0bc162e0..dea7c10c8929fa7fe923d24f69bbb78d12204e0a 100644 (file)
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -176,4 +176,8 @@ void munmap_file(void *start, unsigned len);
 void setproctitle_init(int argc, char **argv);
 void setproctitle(char *msg, ...) __attribute__((format(printf,1,2)));
 
+/* randomkey.c */
+
+void randomkey(byte *buf, uns size);
+
 #endif