mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-07 11:19:58 +02:00
feat(core): add grant primitives for device history
Grants are the capability a device issues so a known peer may reach it. The issuer is the only party that can validate one, which is what makes consent and revocation enforceable without the peer's cooperation. Pure module: proof construction and constant-time verification bound to the challenge and both endpoint ids, idle expiry renewed on use, and secrets redacted in Debug output.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -5227,6 +5227,7 @@ dependencies = [
|
||||
"data-encoding",
|
||||
"futures",
|
||||
"futures-lite",
|
||||
"getrandom 0.3.4",
|
||||
"iroh",
|
||||
"iroh-blobs",
|
||||
"iroh-relay",
|
||||
|
||||
Reference in New Issue
Block a user