Web3Auth / mpc-core-kit

16 stars 4 forks source link

fix: pad exported key with zeroes to 32 bytes #61

Closed schmanu closed 11 months ago

schmanu commented 11 months ago

What this PR fixes

_UNSAFE_exportTssKey did not pad the exported hex-string with zeroes which occasionally leads to too short private keys.