1 /*Copyright (c) Brian B.
3 This library is free software; you can redistribute it and/or
4 modify it under the terms of the GNU Lesser General Public
5 License as published by the Free Software Foundation; either
6 version 3 of the License, or (at your option) any later version.
7 See the file LICENSE included with this distribution for more
25 void md5_init(md5_t
*ctx
);
26 void md5_update(md5_t
*ctx
, uint8_t *input
, size_t input_len
);
27 void md5_final(md5_t
*ctx
);