Skip to content

Commit 8d04a91

Browse files
Seulgi Kimforiequal0
authored andcommitted
Merge pull request #1803 from sgkim126/crypto
Extract the crypto module to a new repository
1 parent 7a87936 commit 8d04a91

File tree

25 files changed

+32
-719
lines changed

25 files changed

+32
-719
lines changed

Cargo.lock

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ exclude = [
1717
app_dirs = "^1.2.1"
1818
clap = { version = "2", features = ["yaml"] }
1919
codechain-core = { path = "core" }
20+
codechain-crypto = { git = "https://github.com/CodeChain-io/rust-codechain-crypto.git", version = "0.1" }
2021
codechain-discovery = { path = "discovery" }
2122
codechain-logger = { path = "util/logger" }
2223
codechain-key = { path = "key" }
@@ -64,7 +65,6 @@ lto = true
6465
[workspace]
6566
members = [
6667
"core",
67-
"crypto",
6868
"discovery",
6969
"json",
7070
"key",

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["CodeChain Team <[email protected]>"]
55

66
[dependencies]
7-
codechain-crypto = { path = "../crypto" }
7+
codechain-crypto = { git = "https://github.com/CodeChain-io/rust-codechain-crypto.git", version = "0.1" }
88
codechain-io = { path = "../util/io" }
99
codechain-json = { path = "../json" }
1010
codechain-key = { path = "../key" }

crypto/Cargo.toml

Lines changed: 0 additions & 13 deletions
This file was deleted.

crypto/src/aes.rs

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)