Add p521 to magiskboot

This commit is contained in:
LoveSy
2024-03-29 17:52:12 +08:00
committed by John Wu
parent fb5ee86615
commit 36bd00a046
4 changed files with 44 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ sha2 = { workspace = true }
digest = { workspace = true }
p256 = { workspace = true }
p384 = { workspace = true }
p521 = { workspace = true }
ecdsa = { workspace = true }
rsa = { workspace = true, features = ["sha2"] }
x509-cert = { workspace = true }
der = { workspace = true, features = ["derive"] }