poanetwork/threshold_crypto

`SecretKeyShare` should have a redacted `Debug` implementation

Closed this issue · 0 comments

  • SecretKeyShare should have a redacted Debug implementation similar to the other secret-containing types (i.e. should print "SecretKeyShare(SecretKey(...))" by default).
  • SecretKeyShare should have a .reveal() method for returning a non-redacted debug string.