Module storage_proofs_porep::stacked::create_label[][src]

Modules

multi
single

Functions

is_layer_written

Checks if the given layer is already written and of the right size.

prepare_layers

Prepares the necessary StoreConfigs with which the layers are stored. Also checks for already existing layers and marks them as such.

read_layer

Reads a layer from disk, into the provided slice.

remove_tmp_layer
write_layer

Stores a layer atomically on disk, by writing first to .tmp and then renaming.