Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tdammers committed Nov 29, 2022
1 parent bfcf537 commit e3b6469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-crypto-class/src/Cardano/Crypto/KES/Mock.hs
Expand Up @@ -184,7 +184,7 @@ instance KnownNat t => DirectSerialise (SignKeyKES (MockKES t)) where

instance KnownNat t => DirectDeserialise (SignKeyKES (MockKES t)) where
directDeserialise pull = do
let len = 8
let len = 16
bs <- allocaBytes len $ \cstr -> do
pull cstr (fromIntegral len)
BS.packCStringLen (cstr, len)
Expand Down

0 comments on commit e3b6469

Please sign in to comment.