# `SBoM.CycloneDX.V16.Hash`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v16/hash.pb.ex#L1)

Specifies the file hash of the component

# `t`

```elixir
@type t() :: %SBoM.CycloneDX.V16.Hash{
  __unknown_fields__: [Protobuf.unknown_field()],
  alg: SBoM.CycloneDX.V16.HashAlg.t(),
  value: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
