[][src]Module safe_authenticator::ipc

Inter-Process Communication utilities.

Functions

decode_ipc_msg

Decodes a given encoded IPC message and returns either an IpcMsg struct or an error code + description & an encoded IpcMsg::Resp in case of an error

decode_share_mdata_req

Decodes the ShareMData IPC request, returning a list of UserMetadata.

encode_response

Encode IpcMsg into a CString, using base32 encoding.