Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions remote-attestation-verifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "remote-attestation"
name = "remote-attestation-verifier"
version = "0.1.0"
edition = "2021"
description = "Remote attestation for confidential compute NVIDIA GPUs"
description = "Remote attestation verifier for NVIDIA confidential computing"
license = "MIT OR Apache-2.0"
authors = ["Atoma Network"]

Expand Down
2 changes: 1 addition & 1 deletion topology/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "nvidia-remote-attestation-gpu"
name = "topology"
version.workspace = true
edition.workspace = true
license.workspace = true
Expand Down