Module safe_core::core::immut_data_operations [] [src]

Helper functions to handle ImmutableData related operations

Functions

create

Create and obtain immutable data out of the given raw data. The API will encrypt the right content if the keys are provided and will ensure the maximum immutable data chunk size is respected.

get_data

Get actual data from ImmutableData created via create() function in this module.

get_data_from_immut_data

Get actual data from ImmutableData created via create() function in this module. Call this if you already have the ImmutableData with you.