Skip to content

Commit

Permalink
feat(BOUN-1236): implement secret tracking (#2433)
Browse files Browse the repository at this point in the history
This change adds a `Tracker` implementation for the client of the
canister. This allows one to instantiate a tracker that will follow the
current secret value from the canister, as well as participate in leader
duties for secret generation (i.e if you as a client have been chosen as
a leader, you will be required to generate the salt and encrypt it for
other peers).
  • Loading branch information
rikonor authored Nov 7, 2024
1 parent d470d78 commit 0f96a6f
Show file tree
Hide file tree
Showing 2 changed files with 361 additions and 182 deletions.
Loading

0 comments on commit 0f96a6f

Please sign in to comment.