use crate::label::Label;
pub const VERSION: u16 = 1;
pub const DLOG_CHALLENGE_LABEL: Label = Label::new(VERSION, 1);
pub const ENDEMIC_OT_LABEL: Label = Label::new(VERSION, 2);
pub const ALL_BUT_ONE_LABEL: Label = Label::new(VERSION, 3);
pub const ALL_BUT_ONE_PPRF_LABEL: Label = Label::new(VERSION, 4);
pub const ALL_BUT_ONE_PPRF_HASH_LABEL: Label = Label::new(VERSION, 5);
pub const ALL_BUT_ONE_PPRF_PROOF_LABEL: Label = Label::new(VERSION, 6);
pub const SOFT_SPOKEN_LABEL: Label = Label::new(VERSION, 7);
pub const SOFT_SPOKEN_EXPAND_LABEL: Label = Label::new(VERSION, 8);
pub const SOFT_SPOKEN_MATRIX_HASH_LABEL: Label = Label::new(VERSION, 9);
pub const SOFT_SPOKEN_RANDOMIZE_LABEL: Label = Label::new(VERSION, 10);
pub const RANDOM_VOLE_GADGET_VECTOR_LABEL: Label = Label::new(VERSION, 11);
pub const RANDOM_VOLE_THETA_LABEL: Label = Label::new(VERSION, 12);
pub const RANDOM_VOLE_MU_LABEL: Label = Label::new(VERSION, 13);
pub const RANDOM_VOLE_BASE_OT: Label = Label::new(VERSION, 14);