refactor(crypto): replace byte-slice signing contexts with SigningContext enum
This commit is contained in:
@@ -7,6 +7,7 @@ edition = "2024"
|
||||
ml-dsa = {workspace = true, optional = true }
|
||||
rand = {workspace = true, optional = true}
|
||||
memsafe = {version = "0.4.0", optional = true}
|
||||
strum = { workspace = true, optional = true }
|
||||
hmac.workspace = true
|
||||
alloy.workspace = true
|
||||
x-wing = { version = "0.1.0-rc.0", features = ["zeroize"] }
|
||||
@@ -18,7 +19,7 @@ workspace = true
|
||||
|
||||
[features]
|
||||
default = ["authn", "safecell"]
|
||||
authn = ["dep:ml-dsa", "dep:rand"]
|
||||
authn = ["dep:ml-dsa", "dep:rand", "dep:strum"]
|
||||
safecell = ["dep:memsafe"]
|
||||
|
||||
[lib]
|
||||
|
||||
Reference in New Issue
Block a user