librsync
2.0.2
Main Page
Related Pages
Data Structures
Files
File List
Globals
src
checksum.h
1
/*= -*- c-basic-offset: 4; indent-tabs-mode: nil; -*-
2
*
3
* librsync -- the library for network deltas
4
*
5
* Copyright (C) 2000, 2001 by Martin Pool <mbp@sourcefrog.net>
6
*
7
* This program is free software; you can redistribute it and/or modify
8
* it under the terms of the GNU Lesser General Public License as published by
9
* the Free Software Foundation; either version 2.1 of the License, or
10
* (at your option) any later version.
11
*
12
* This program is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
* GNU Lesser General Public License for more details.
16
*
17
* You should have received a copy of the GNU Lesser General Public License
18
* along with this program; if not, write to the Free Software
19
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
*/
21
22
rs_weak_sum_t rs_calc_weak_sum(
void
const
*buf,
size_t
len);
23
24
void
rs_calc_md4_sum(
void
const
*buf,
size_t
buf_len, rs_strong_sum_t *);
25
void
rs_calc_blake2_sum(
void
const
*buf,
size_t
buf_len, rs_strong_sum_t *);
Generated on Thu Mar 26 2020 21:47:35 for librsync by
1.8.5