You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some DSIGN instances makes the key generation not pure. Also, we know the Seed and key size at the type level, so we should use that. See this comment.
Currently. the usage of
cardano-base/cardano-crypto-class/src/Cardano/Crypto/Seed.hs
Line 82 in 4b27937
In some
DSIGNinstances makes the key generation not pure. Also, we know the Seed and key size at the type level, so we should use that. See this comment.