You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
metalurgical
changed the title
Bug: deriving private key will fail if nodeindex is larger than that of decryptedShares.length
Bug: deriving private key will fail if index is larger than that of decryptedShares.length
May 19, 2024
Maximum index of decrypted shares should be used here instead of
decryptedShares.length
in order to get the correct kCombinations in all instances:torus.js/src/helpers/nodeUtils.ts
Line 503 in 0160ae8
This is reproducible in the following scenario:
The text was updated successfully, but these errors were encountered: