miden_node_proto/generated/
digest.rs

1// This file is @generated by prost-build.
2/// A hash digest, the result of a hash function.
3#[derive(Clone, Copy, PartialEq, ::prost::Message)]
4#[prost(skip_debug)]
5pub struct Digest {
6    #[prost(fixed64, tag = "1")]
7    pub d0: u64,
8    #[prost(fixed64, tag = "2")]
9    pub d1: u64,
10    #[prost(fixed64, tag = "3")]
11    pub d2: u64,
12    #[prost(fixed64, tag = "4")]
13    pub d3: u64,
14}