|
@@ -45,10 +45,10 @@ From the known and established encryption methods we can say the following (255
|
|
|
- `AES`
|
|
|
An unencrypted payload of 223 bytes fits in a single operation.
|
|
|
- `ECIES`
|
|
|
- - An unencrypted payload of 192 bytes fits in a single operation when using a p256 key
|
|
|
- - An unencrypted payload of 160 bytes fits in a single operation when using a p521 key
|
|
|
- - An unencrypted payload of 176 bytes fits in a single operation when using a p384 key
|
|
|
- - An unencrypted payload of 192 bytes fits in a single operation when using a t283 key
|
|
|
+ - An unencrypted payload of 191 bytes fits in a single operation when using a p256 key
|
|
|
+ - An unencrypted payload of 159 bytes fits in a single operation when using a p521 key
|
|
|
+ - An unencrypted payload of 175 bytes fits in a single operation when using a p384 key
|
|
|
+ - An unencrypted payload of 191 bytes fits in a single operation when using a t283 key
|
|
|
|
|
|
|
|
|
|