blob: 4d818fd288293bd7fd64000fbc9e90299e313096 [file] [log] [blame]
// 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;
};