-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
frontendIssue in the Rust to JSON translationIssue in the Rust to JSON translation
Description
Here is a reproducer, using dependencies on crates hkdf
and sha2
:
use hkdf::Hkdf;
pub fn hkdf_to_slice(salt: &[u8], ikm: &[u8]) {
let _ = Hkdf::<sha2::Sha256>::new(Some(salt), ikm);
}
The regression in performance seems to come from 9625d1a
Metadata
Metadata
Assignees
Labels
frontendIssue in the Rust to JSON translationIssue in the Rust to JSON translation