Skip to content

Commit

Permalink
Export fixed-size versions of HPKE
Browse files Browse the repository at this point in the history
Closes #419
  • Loading branch information
keks committed Nov 18, 2024
1 parent e72d25c commit 0b6d0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcrux-hkdf/src/hkdf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub mod hacl;
#[cfg(feature = "hacl")]
mod impl_hacl;

use impl_hacl::{HkdfMode, HkdfSha2_256, HkdfSha2_384, HkdfSha2_512};
pub use impl_hacl::{HkdfMode, HkdfSha2_256, HkdfSha2_384, HkdfSha2_512};

/// The HKDF algorithm defining the used hash function.
#[derive(Copy, Clone, Debug, PartialEq)]
Expand Down

0 comments on commit 0b6d0e0

Please sign in to comment.