-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Type for SSKR config parameters #110
Comments
Quick sketch if we want to keep a similar compact format (and re-use some parsing logic):
Bit fields of data field:
Alternatively, this can be a proper CBOR struct since it probably doesn't have the same pressure to optimize for size. |
If there is a plan to use the reserved bits of |
I expect that when we do choose to update the SSKR format, we will indicate this using one of the reserved bits. |
To help with guided recovery on clients, and metadata for collaborative recovery services (BlockchainCommons/Community#149), it is useful to have a type encoding just the config parameters of a unique SSKR split, without the share values.
The following parameters from https://github.com/BlockchainCommons/Research/blob/master/papers/bcr-2020-011-sskr.md would be useful as part of this type:
The text was updated successfully, but these errors were encountered: