public class Checksum {
public Checksum ( ChecksumType checksum_type ) ;
public Checksum copy ( ) ;
public void update ( uchar[] data,
size_t length ) ;
public weak string get_string ( ) ;
public void get_digest ( uint8[] buffer,
size_t digest_len ) ;
public static string compute_for_data ( ChecksumType checksum_type,
uchar[] data,
size_t length ) ;
public static string compute_for_string ( ChecksumType checksum_type,
string str,
size_t length ) ;
}

public Checksum ( ChecksumType checksum_type ) ;
public Checksum copy ( ) ;
public void update ( uchar[] data,
size_t length ) ;
public weak string get_string ( ) ;
public void get_digest ( uint8[] buffer,
size_t digest_len ) ;
public static string compute_for_data ( ChecksumType checksum_type,
uchar[] data,
size_t length ) ;
public static string compute_for_string ( ChecksumType checksum_type,
string str,
size_t length ) ;
Created by Valadoc