occheung
0c6807f593
Both "RSA" and "curve25519_dalek" depend on "subtle". "curve25519_dalek" depends on any "subtle" version after "2.2.1" Before commit "f6b445b" on the "RSA" crate, any version of "subtle" that is at least 2.0.0 can support the "RSA" crate. Commit "f6b445b" of "RSA" broke "subtle" by mandating the use of version "2.1.1" of "subtle". This commit fixes the dependency conflict by changing the source of "RSA" code to commit "c879eb2", which reverts the "subtle" dependency change. |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |