瀏覽代碼

minor modifications

Ugochukwu Mmaduekwe 6 年之前
父節點
當前提交
eb73718903
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      CryptoLib/src/Interfaces/ClpIDsaParameter.pas
  2. 2 2
      README.md

+ 1 - 1
CryptoLib/src/Interfaces/ClpIDsaParameter.pas

@@ -26,7 +26,7 @@ uses
   ClpBigInteger;
 
 type
-  IDsaParameter = interface(IAsn1Convertible)
+  IDsaParameter = interface(IAsn1Encodable)
     ['{037E0113-0BD6-4A61-8BDC-DBEBE6136A6C}']
 
     function GetP: TBigInteger;

+ 2 - 2
README.md

@@ -30,7 +30,7 @@ Available Algorithms
 
 * `(X)Salsa20` 
 
-##### Cipher Modes (for applicable algorithms) 
+##### Block Cipher Modes Of Operation 
 ----------------------------------------
 
 * `ECB` 
@@ -47,7 +47,7 @@ Available Algorithms
 
 * `SIC`
 
-##### Padding Modes (for applicable algorithms) 
+##### Block Ciphers Padding Schemes 
 ----------------------------------------
 
 * `ISO 10126-2`