[][src]Function librsyncr::calculate_signature

pub fn calculate_signature<R: Read, W: Write>(
    old_file: R,
    sig_file: W
) -> Result<()>

Calculates the signature file from an old version of a file using the default block size (currently 2048) and strong sum size (currently 32).