Skip to content

Commit

Permalink
Specify sector size for a LUKS mapping.
Browse files Browse the repository at this point in the history
Related: #56

Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed Jun 18, 2015
1 parent a57ff3a commit 85ad16c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blivet/devicelibs/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@

LUKS_METADATA_SIZE = Size("2 MiB")
MIN_CREATE_ENTROPY = 256 # bits
SECTOR_SIZE = Size("512 B")

EXTERNAL_DEPENDENCIES = [availability.BLOCKDEV_CRYPTO_PLUGIN]

0 comments on commit 85ad16c

Please sign in to comment.