Skip to content

Commit

Permalink
Update HPKE domain separation strings for DAP-09
Browse files Browse the repository at this point in the history
Part of #2389
  • Loading branch information
tgeoghegan committed Jan 17, 2024
1 parent f2a88c2 commit ac2d215
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 @@ -58,8 +58,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-07 input share",
Self::AggregateShare => b"dap-07 aggregate share",
Self::InputShare => b"dap-09 input share",
Self::AggregateShare => b"dap-09 aggregate share",
}
}
}
Expand Down

0 comments on commit ac2d215

Please sign in to comment.