libmobi
C library for handling MOBI format ebook documents
Data Structures | Macros | Functions
sha1.h File Reference

Header for sha1.c. More...

Go to the source code of this file.

Data Structures

struct  SHA1_CTX
 

Macros

#define SHA1_DIGEST_SIZE   20
 

Functions

void SHA1_Init (SHA1_CTX *context)
 
void SHA1_Update (SHA1_CTX *context, const uint8_t *data, const size_t len)
 
void SHA1_Final (SHA1_CTX *context, uint8_t digest[SHA1_DIGEST_SIZE])
 

Detailed Description

Header for sha1.c.

Copyright (c) 2014 Bartek Fabiszewski http://www.fabiszewski.net

This file is part of libmobi. Licensed under LGPL, either version 3, or any later. See http://www.gnu.org/licenses/