core: Cryptonite -> Crypton in error message

This commit is contained in:
sorki 2023-11-30 06:03:45 +01:00
parent 1702fa0abf
commit b3a77eaf4a

View File

@ -167,7 +167,7 @@ decodeDigestWith b x =
let
toEither =
maybeToRight
("Cryptonite was not able to convert '(ByteString -> Digest a)' for: '" <> show bs <>"'.")
("Crypton was not able to convert '(ByteString -> Digest a)' for: '" <> show bs <>"'.")
(toEither . Crypto.Hash.digestFromByteString) bs
where
-- To not depend on @extra@