summaryrefslogtreecommitdiff
path: root/doc/utilities.md
blob: abac6ad1df9c2f15e936afd7dbe08dc740d58a8a (plain)
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().