Skip to content

Commit

Permalink
Update HPKE domain separation strings for DAP-09 (#2479)
Browse files Browse the repository at this point in the history
Part of #2389
  • Loading branch information
tgeoghegan authored and inahga committed Jan 18, 2024
1 parent 3c86cb1 commit dfd49a5
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 dfd49a5

Please sign in to comment.