Skip to content
Open
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
152 changes: 108 additions & 44 deletions native/Cargo.lock

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

2 changes: 1 addition & 1 deletion native/ol_confidential/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rand_chacha = "0.3"
# raw r||s signatures over the curve, but peers on macOS / Linux
# need to verify them. Verify-only is cheap; signing on the TPM
# stays on Windows.
p256 = { version = "0.13", default-features = false, features = ["ecdsa", "std"] }
p256 = { version = "0.14", default-features = false, features = ["ecdsa", "std"] }
# Row 1: PQ-hybrid signing primitive — attestation docs and sealed
# signing both bind to the master's hybrid key.
ol_pqsig = { path = "../ol_pqsig" }
Expand Down
Loading