Skip to content

Commit e04967d

Browse files
committed
editing README
1 parent 0f39ad4 commit e04967d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ For signing, the user specified signing key can be either symmetric or asymmetri
110110
* For each attribute that needs to be encrypted, a unique IV is randomly generated, and get stored along side with the binary representation of the attribute value.
111111

112112
3. How many bits are used for the random IV ?
113-
* The bit size used for each random IV is the same as the block size of the block cipher used for content encryption, which therefore depends on the specific algorithm of the content encrypting key provided by the user. Typically this means AES, or 128 bits.
113+
* The bit size used for each random IV is the same as the block size of the block cipher used for content encryption. The IV bit-size therefore depends on the specific algorithm of the content encrypting key provided by the user. Typically this means AES, or 128 bits.
114114

115115
4. What is the key length for the content encrypting key ?
116116
* This depends on the specific content encrypting key provided by the user. A typical key length of AES key is 128 bits or 256 bits.

0 commit comments

Comments
 (0)