初始化提交
parents
Showing
Cargo.lock
0 → 100644
Cargo.toml
0 → 100644
[package] | ||
#name = "privacy_computing" | ||
name = "catalog_contract" | ||
#name = "mock" | ||
version = "2.1.0" | ||
authors = ["chainmaker"] | ||
edition = "2018" | ||
[dependencies] | ||
base64 = "0.12.1" | ||
chrono = "0.4.19" | ||
serde-json-wasm = "0.3.2" | ||
serde_derive = "*" | ||
serde = { version = "1.0", features = ["derive"] } | ||
[lib] | ||
crate-type = ["cdylib"] | ||
[profile.release] | ||
lto = true | ||
opt-level = 'z' | ||
panic = 'abort' | ||
[package.metadata.wasm-pack.profile.release] | ||
wasm-opt = ['-Oz'] |
LICENSE
0 → 100644
Makefile
0 → 100644
NOTICE
0 → 100644
README.md
0 → 100644
env.md
0 → 100644
src/catalog.rs
0 → 100644
This diff is collapsed.
src/catalog_0.rs
0 → 100644
src/contract_fact.rs
0 → 100644
src/easycodec.rs
0 → 100644
src/lib.rs
0 → 100644
src/mock.rs
0 → 100644
src/privacy_computing.rs
0 → 100644
This diff is collapsed.
src/sim_context.rs
0 → 100644
This diff is collapsed.
src/sim_context_paillier.rs
0 → 100644
src/sim_context_rs.rs
0 → 100644
src/vec_box.rs
0 → 100644
Please register or sign in to comment