소스 검색

Update PIP-0033.md

Benjamin Ansbach 6 년 전
부모
커밋
817abbe9b6
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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