Namespaces

Enumerations

enum class HashFunction : uint8_t
Name Value
kSha256 1u

Hash function to use in the Merkle tree that verifies content. At present,

the only supported value for this field is SHA256.

Defined at line 19 of file fidling/gen/sdk/fidl/fuchsia.hardware.block.verified/fuchsia.hardware.block.verified/cpp/fidl/fuchsia.hardware.block.verified/cpp/common_types.h

enum class BlockSize : uint8_t
Name Value Comments
kSize4096 1u

Blocks of 4096 bytes each

The block size this device is expected to see in its backing storage, which

impacts hash tree layout and total available data size. At present, the only

supported block size is blocks of 4096 bytes.

Defined at line 37 of file fidling/gen/sdk/fidl/fuchsia.hardware.block.verified/fuchsia.hardware.block.verified/cpp/fidl/fuchsia.hardware.block.verified/cpp/common_types.h

Records