🛠️ DevLog – Privacy Scope: Session Default, Task Scope Also Available
A quick clarification on the current privacy / encryption scope.
🔹 Current state
- The privacy flow today defaults to session-scoped encryption.
- But task-scoped encryption is also already supported and rolled out:
- keys can be derived from session_id task_id seed
- giving each task its own deterministic encryption key
🔹 Why this matters
- Session scope is simpler and is the main path we’ve been exercising in current privacy v1.0 tests.
- Task scope gives stronger isolation, since each task uses a separate key instead of sharing one across the full session.
🔹 What’s next
- Even though task-scoped encryption is already in the system, it has not yet been tested end-to-end as deeply as the current privacy 1.0 session-scoped flow.
- So after we close the main gaps on the current privacy flow, we’ll also spend time validating the task-scoped path more fully.
So the short version is: session scope is the current primary test path, but task-scoped encryption is already there and will be exercised more once the broader privacy flow is stabilized.
#Cortensor #DevLog #Privacy #EncryptedInference #DePIN