Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tdammers committed Dec 20, 2022
1 parent 5d12d1e commit 36f4a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-crypto-tests/src/Test/Crypto/KES.hs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ withNullSK :: forall m v a. (KESSignAlgorithm m v, MonadThrow m, MonadSodium m,
withNullSK = bracket
(withNullSeed genKeyKES)
forgetSignKeyKES


-- | This test detects whether a sign key contains references to pool-allocated
-- blocks of memory that have been forgotten by the time the key is complete.
Expand Down

0 comments on commit 36f4a3b

Please sign in to comment.