Skip to content

Commit

Permalink
Fetch "rsa" crate from git
Browse files Browse the repository at this point in the history
For compatibility with pkcs8-0.11: RustCrypto/RSA#446
  • Loading branch information
crwood committed Sep 10, 2024
1 parent 2af1598 commit 0847f5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ crate-type = ["cdylib", "rlib"]
bitcoin_hashes = "0.14.0"
data-encoding = "2.6.0"
pyo3 = "0.22.2"
rsa = "0.10.0-pre.2"
# For compatibility with pkcs8-0.11: https://github.com/RustCrypto/RSA/pull/446
rsa = { git = "https://github.com/RustCrypto/RSA.git", rev = "aeedb5adf5297892fcb9e11f7c0f6c0157005c58" }

[dev-dependencies]
rand = "0.8.5"
Expand Down

0 comments on commit 0847f5c

Please sign in to comment.