Skip to content

Commit

Permalink
Update domain separation strings for DAP-06
Browse files Browse the repository at this point in the history
Relevant to #1669
  • Loading branch information
tgeoghegan committed Sep 14, 2023
1 parent 16dd2e6 commit 475edb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/hpke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ impl Label {
/// Get the message-specific portion of the application info string for this label.
pub fn as_bytes(&self) -> &'static [u8] {
match self {
Self::InputShare => b"dap-04 input share",
Self::AggregateShare => b"dap-04 aggregate share",
Self::InputShare => b"dap-06 input share",
Self::AggregateShare => b"dap-06 aggregate share",
}
}
}
Expand Down

0 comments on commit 475edb3

Please sign in to comment.