Skip to content

Conversation

ghost
Copy link

@ghost ghost commented Apr 2, 2025

This PR introduces a method to create seeds instead of the regular store operation which creates secret shares. Default seed length is set to 64. In decrypt, it sorts the shares by length assuming they will either be all the same length, which means they will just be xored as before, or they will be different length, which means every share except the longest is a seed. This ensures backward compatibility as shares already uploaded would just be xored together.

@ghost ghost requested a review from jimouris April 2, 2025 18:59
@ghost ghost self-assigned this Apr 2, 2025
@jimouris jimouris requested a review from lapets April 2, 2025 19:08
@jimouris
Copy link
Member

jimouris commented Apr 2, 2025

@lapets merge in order, this is after the shamir. Also, preferably we can use "rebase and merge" instead of merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant