penumbra_sdk_proto/gen/
penumbra.crypto.decaf377_rdsa.v1.rs

1// This file is @generated by prost-build.
2#[derive(Clone, PartialEq, ::prost::Message)]
3pub struct SpendAuthSignature {
4    #[prost(bytes = "vec", tag = "1")]
5    pub inner: ::prost::alloc::vec::Vec<u8>,
6}
7impl ::prost::Name for SpendAuthSignature {
8    const NAME: &'static str = "SpendAuthSignature";
9    const PACKAGE: &'static str = "penumbra.crypto.decaf377_rdsa.v1";
10    fn full_name() -> ::prost::alloc::string::String {
11        "penumbra.crypto.decaf377_rdsa.v1.SpendAuthSignature".into()
12    }
13    fn type_url() -> ::prost::alloc::string::String {
14        "/penumbra.crypto.decaf377_rdsa.v1.SpendAuthSignature".into()
15    }
16}
17#[derive(Clone, PartialEq, ::prost::Message)]
18pub struct BindingSignature {
19    #[prost(bytes = "vec", tag = "1")]
20    pub inner: ::prost::alloc::vec::Vec<u8>,
21}
22impl ::prost::Name for BindingSignature {
23    const NAME: &'static str = "BindingSignature";
24    const PACKAGE: &'static str = "penumbra.crypto.decaf377_rdsa.v1";
25    fn full_name() -> ::prost::alloc::string::String {
26        "penumbra.crypto.decaf377_rdsa.v1.BindingSignature".into()
27    }
28    fn type_url() -> ::prost::alloc::string::String {
29        "/penumbra.crypto.decaf377_rdsa.v1.BindingSignature".into()
30    }
31}
32#[derive(Clone, PartialEq, ::prost::Message)]
33pub struct SpendVerificationKey {
34    #[prost(bytes = "vec", tag = "1")]
35    pub inner: ::prost::alloc::vec::Vec<u8>,
36}
37impl ::prost::Name for SpendVerificationKey {
38    const NAME: &'static str = "SpendVerificationKey";
39    const PACKAGE: &'static str = "penumbra.crypto.decaf377_rdsa.v1";
40    fn full_name() -> ::prost::alloc::string::String {
41        "penumbra.crypto.decaf377_rdsa.v1.SpendVerificationKey".into()
42    }
43    fn type_url() -> ::prost::alloc::string::String {
44        "/penumbra.crypto.decaf377_rdsa.v1.SpendVerificationKey".into()
45    }
46}