Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 00221a4

Browse files
committed
Ignore stack.yaml.lock
1 parent a0ad444 commit 00221a4

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ benchs/Hash
1212
*.sublime-workspace
1313
.cabal-sandbox/
1414
cabal.sandbox.config
15+
stack.yaml.lock

benchs/Bench.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ benchBlockCipher =
125125
[ bgroup "ECB" benchECB
126126
, bgroup "CBC" benchCBC
127127
]
128-
where
128+
where
129129
benchECB =
130130
[ bench "DES-input=1024" $ nf (run (undefined :: DES) cipherInit key8) input1024
131131
, bench "Blowfish128-input=1024" $ nf (run (undefined :: Blowfish128) cipherInit key16) input1024
@@ -215,8 +215,8 @@ benchECC =
215215

216216
benchP256 =
217217
[ bench "pointAddTwoMuls-P256" $ nf run_p (n1, p1, n2, p2)
218-
, bench "pointAdd-P256" $ nf run_q (p1, p2)
219-
, bench "pointMul-P256" $ nf run_t (n1, p1)
218+
, bench "pointAdd-P256" $ nf run_q (p1, p2)
219+
, bench "pointMul-P256" $ nf run_t (n1, p1)
220220
]
221221
where run_p (n, p, k, q) = P256.pointAdd (P256.pointMul n p) (P256.pointMul k q)
222222
run_q (p, q) = P256.pointAdd p q

stack.yaml.lock

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)