Skip to content

Commit

Permalink
ed448 with generic-array 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Oct 29, 2023
1 parent 92cebcd commit 2958f19
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
37 changes: 23 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crypto/ed448/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ subtle = { version = "^2.4", default-features = false }
ff = { version = "0.13", default-features = false, features = ["bits"] }
group = { version = "0.13", default-features = false }

generic-array = { version = "0.14", default-features = false }
generic-array = { version = "1", default-features = false }
crypto-bigint = { version = "0.5", default-features = false, features = ["zeroize"] }

[dev-dependencies]
Expand Down

0 comments on commit 2958f19

Please sign in to comment.