Go to file
occheung 0c6807f593 fix: subtle version
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.
2020-12-07 11:27:04 +08:00
src deadcode: recuce 2020-12-07 11:26:49 +08:00
.gitignore update gitignore 2020-10-04 22:28:21 +08:00
Cargo.toml fix: subtle version 2020-12-07 11:27:04 +08:00
README.md first commit 2020-10-04 22:22:29 +08:00

README.md