Closed mrain closed 3 weeks ago
Zulip discussion thread: https://espresso.zulipchat.com/#narrow/channel/311646-Consensus/topic/private.20keys/near/478545916
Summary: remove derived Serialize, Debug and Display for private key types. Implement Debug for them but only print *** or <private key> or something similar.
Serialize
Debug
Display
***
<private key>
we should also add from/to_bytes() on private keys.
from/to_bytes()
Zulip discussion thread: https://espresso.zulipchat.com/#narrow/channel/311646-Consensus/topic/private.20keys/near/478545916
Summary: remove derived
Serialize
,Debug
andDisplay
for private key types. ImplementDebug
for them but only print***
or<private key>
or something similar.