IntersectMBO / IntersectMBO/cardano-base

Explicitly make `Show` instance over secrets opaque

Open
#605 0 comments 0 reactions 1 assignee Claimed by @perturbing View on GitHub
Dominant language
Haskell
Stars
105
Forks
54
Avg merge
9d 2h
Merged PRs (30d)
4

Description

Currently, private key material has a show instance; this should be explicitly set to
```haskell
instance Show (SignKeyDSIGN * ) where
show _ = "*DSIGN:"
```
see https://github.com/IntersectMBO/cardano-base/pull/587#discussion_r2666629848

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.