Skip to content

Commit

Permalink
api-ref: Use key_size 256 in API examples
Browse files Browse the repository at this point in the history
As the api-ref doc notes, the key size is usually
256.  Use 256 in the examples instead of 128 to
make things more clear.

Change-Id: I8db34f31d35375dc9656d53ac7af644c28a3d3fe
  • Loading branch information
eharney committed May 12, 2021
1 parent 368cdde commit e8c7910
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"encryption":{
"key_size": 128,
"key_size": 256,
"provider": "luks",
"control_location":"front-end",
"cipher": "aes-xts-plain64"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"volume_type_id": "2d29462d-76cb-417c-8a9f-fb23140f1577",
"control_location": "front-end",
"encryption_id": "81e069c6-7394-4856-8df7-3b237ca61f74",
"key_size": 128,
"key_size": 256,
"provider": "luks",
"cipher": "aes-xts-plain64"
}
Expand Down

0 comments on commit e8c7910

Please sign in to comment.