Namespaces
Enumerations
enum HashFunction
| 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 BlockSize
| Name | Value |
|---|---|
| kSize4096 | 1u |
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