Skip to content

Commit

Permalink
feat: add ECDSA with P-384 and P-521 curves, expand tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsastrix committed Jun 20, 2024
1 parent 4cb4fe5 commit 0ac6c8e
Show file tree
Hide file tree
Showing 2 changed files with 296 additions and 105 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ std = ["serde/std", "ciborium/std", "serde_bytes/std", "erased-serde/std", "deri
serde = { version = "1.0", default-features = false, features = ["derive"] }
ciborium = { version = "^0.2", default-features = false }
ciborium-io = { version = "^0.2", default-features = false }
coset = { version = "^0.3", default-features = false }#, path = "../coset" }
coset = { version = "^0.3", default-features = false, path = "../coset" }
serde_bytes = { version = "^0.11", default-features = false, features = ["alloc"] }
erased-serde = { version = "0.4.5", default-features = false, features = ["alloc"] }
derive_builder = { version = "0.20", default-features = false, features = ["alloc"] }
Expand All @@ -35,3 +35,4 @@ lazy_static = "1.4.0"
[dev-dependencies]
hex = { version = "^0.4" }
base64 = "0.22.1"
parameterized = "2.0.0"
Loading

0 comments on commit 0ac6c8e

Please sign in to comment.