-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[package] | ||
name = "teaclave_attestation" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "Provides TLS-based remote attestation mechanism in Teaclave." | ||
license = "Apache-2.0" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[package] | ||
name = "teaclave_binder" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "Abstract communication interfaces between TEE untrusted/trusted worlds." | ||
license = "Apache-2.0" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[package] | ||
name = "teaclave_binder_attribute" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "Macros for binder" | ||
license = "Apache-2.0" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[package] | ||
name = "teaclave_cli" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "Teaclave command line tool" | ||
license = "Apache-2.0" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "protected_fs_rs" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "Ported sgx_protected_fs (Intel SGX SDK) running out side sgx with Rust bindings." | ||
license-file = "Apache-2.0" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[package] | ||
name = "teaclave_config" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "Build and runtime configurations." | ||
license = "Apache-2.0" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[package] | ||
name = "teaclave_config_gen" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "Generating build config." | ||
license = "Apache-2.0" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[package] | ||
name = "teaclave_crypto" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "Teaclave crypto" | ||
license = "Apache-2.0" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[package] | ||
name = "teaclave_dcap_ref_as" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "Teaclave DCAP Attestation Service (Reference Implementation)" | ||
license = "Apache-2.0" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[package] | ||
name = "builtin_echo" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "builtin_echo function example using Teaclave client SDK." | ||
license = "Apache-2.0" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[package] | ||
name = "builtin_ordered_set_intersect" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "builtin_ordered_set_intersect function example using Teaclave client SDK." | ||
license = "Apache-2.0" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[package] | ||
name = "teaclave_executor" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "Teaclave executor" | ||
license = "Apache-2.0" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[package] | ||
name = "teaclave_executor_context" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "Teaclave executor" | ||
license = "Apache-2.0" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[package] | ||
name = "teaclave_file_agent" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "Teaclave file agent for worker" | ||
license = "Apache-2.0" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
[package] | ||
name = "teaclave_function" | ||
version = "0.2.0" | ||
version = "0.4.0" | ||
authors = ["Teaclave Contributors <[email protected]>"] | ||
description = "Teaclave built-in functions." | ||
license = "Apache-2.0" | ||
|