Skip to content

Type of Secret in SSKR #67

Answered by ChristopherA
mhofman asked this question in Q&A
Discussion options

You must be logged in to vote

In v0 of SSKR (there are some version bits) the secret that is sharded has some limits. It must be between 128 and 256 bits (16 or 32 bytes), and to be safe must have high entropy (i.e. be a truly random number). As these are the same requirements that we have for cryptographic seed material, its use for seeds is quite convenient. (There were some slightly more secure options to shard larger secrets and take more advantage of Shamir's strength, but the community that designed it felt that the compactness allowed of this solution was the right tradeoff.)

That being said, there are a number of things that we would like to shard that are larger than 32 bytes — in particular hd-keys which are…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mhofman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants