librsync-sys 0.1.4

Native bindings and vendored sources of librsync, for the librsync crate.
Documentation
1
2
3
4
5
6
7
8
9
10
# Utility functions {#api_utility}

Some additional functions are used internally and also exposed in the
API:

- encoding/decoding binary data: rs_base64(), rs_unbase64(),
  rs_hexify().
  
- MD4 message digests: rs_mdfour(), rs_mdfour_begin(),
  rs_mdfour_update(), rs_mdfour_result().