[][src]Module storage_proofs::vde

Functions

create_key

Creates the encoding key. The algorithm for that is Blake2s(id | encodedParentNode1 | encodedParentNode1 | ...). It is only public so that it can be used for benchmarking

create_key_from_tree

Creates the encoding key from a MerkleTree. The algorithm for that is Blake2s(id | encodedParentNode1 | encodedParentNode1 | ...). It is only public so that it can be used for benchmarking

decode
decode_block
decode_domain_block
encode

encodes the data and overwrites the original data slice.