Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 288 Bytes

utilities.md

File metadata and controls

10 lines (7 loc) · 288 Bytes

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().