The AdditiveSharingTensor class can be refactored:
Some (but not all) the things that could be improved:
instance could be made staticmethods (decorator)_ for what are private methodsinit_shares can be renamed to share_secretAll the tests work as expected
May I take this issue?
Sure! It might involve more refactoring than it is written in the description.
Hi @marload :) thank you for taking this issue, we made this issue to enhance the readability of this class, this should be your primary goal to make it more readable, I'll share some tips with you :)

This issue has been marked stale because it has been open 30 days with no activity. Leave a comment or remove the stale label to unmark it. Otherwise, this will be closed in 7 days.
Most helpful comment
Hi @marload :) thank you for taking this issue, we made this issue to enhance the readability of this class, this should be your primary goal to make it more readable, I'll share some tips with you :)
for example, this function reads like "to share a secret, you get the number of shares then you arrange the workers then you generate the shares then you distribute the shares then you save a map to them as the tensor child"
this is more of an art than engineering, I'll be seeing your art :) good luck