Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement session context #74

Open
RafaelAPB opened this issue Mar 4, 2024 · 0 comments
Open

Implement session context #74

RafaelAPB opened this issue Mar 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@RafaelAPB
Copy link
Owner

We have previously stated that clients authorize their gate-
ways to act on their behalf for that specific asset transfer.
This is done leveraging the concept of a session context ctx.
It is calculated by hashing (through a cryptographic hash
function H) the concatenation of the graph D2, with the
current timestamp ts, which avoids replay attacks. This context
is then sent by each Ci to the corresponding Gi along with the
graph D2

@RafaelAPB RafaelAPB added the enhancement New feature or request label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant