| 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 20 */ |
20 */ |
| 21 /** |
21 /** |
| 22 * SECTION:sha256hash |
22 * SECTION:sha256hash |
| 23 * @section_id: libpurple-sha256hash |
23 * @section_id: libpurple-sha256hash |
| 24 * @title: ciphers/sha256hash.h |
24 * @short_description: <filename>ciphers/sha256hash.h</filename> |
| 25 * @short_description: SHA256 Hash |
25 * @title: SHA256 Hash |
| 26 */ |
26 */ |
| 27 |
27 |
| 28 #ifndef PURPLE_SHA256_HASH_H |
28 #ifndef PURPLE_SHA256_HASH_H |
| 29 #define PURPLE_SHA256_HASH_H |
29 #define PURPLE_SHA256_HASH_H |
| 30 |
30 |