[package] name = "libcrux-hmac" version.workspace = true authors.workspace = true license.workspace = true homepage.workspace = true edition.workspace = true repository.workspace = true readme.workspace = true description = "Libcrux HMAC implementation" [lib] path = "src/hmac.rs" [dependencies] libcrux-hkdf = { version = "=0.0.2-alpha.3", path = "../libcrux-hkdf" } libcrux-hacl = { version = "=0.0.2-alpha.3", path = "../sys/hacl" }