Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions botan-low/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
- `Botan.Low.X509.Store`
* BREAKING: remove the `XFFI` cabal flag. It has no effect now that the
experimental `x509` code is moved.
* PATCH: enable `-Wall` in addition to a number of other GHC warnings.
* PATCH: use `GHC2021` as the default language.

## 0.0.2.0 -- 2025-09-17

Expand Down
7 changes: 1 addition & 6 deletions botan-low/bench/Bcrypt.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@ import Test.Tasty.Bench

import Prelude

import Data.ByteString (ByteString (..))
import Data.ByteString (ByteString)
import qualified Data.ByteString as ByteString

import qualified Botan.Bindings.Bcrypt as Botan
import qualified Botan.Bindings.RNG as Botan
import qualified Botan.Low.Bcrypt as Botan
import qualified Botan.Low.Hash as Botan
import qualified Botan.Low.RNG as Botan


import qualified Crypto.Hash as Crypton
import qualified Crypto.Hash.Algorithms as Crypton
import qualified Crypto.KDF.BCrypt as Crypton

password :: ByteString
Expand Down
Loading
Loading