IntersectMBO / IntersectMBO/cardano-base
Explicitly make `Show` instance over secrets opaque
Open
- 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
Assessment
This issue has not been assessed yet.