Sfoglia il codice sorgente

Update PIP-0033.md

Benjamin Ansbach 6 anni fa
parent
commit
817abbe9b6
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      PIP/PIP-0033.md

+ 4 - 4
PIP/PIP-0033.md

@@ -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