chromium/services/network/public/mojom/hash_value.mojom

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

module network.mojom;

// Mirror of net::SHA256HashValue.
[Stable]
struct SHA256HashValue {
   array<uint8, 32> data;
};