commerceblock / lockbox

Key share management in SGX secure enclaves.
13 stars 3 forks source link

Test ordering for mainstay-signer init #62

Open tomt1664 opened 6 months ago

tomt1664 commented 6 months ago

Current test_initialize function splits a secret into 3, and then uses shares[0] and shares[1] to recover the secret.

Extend this test to try with shares[0], shares[2] and shares[1], shares[2].

DhananjayPurohit commented 6 months ago

Added test in PR #61