Browse Source

minor modifications

Ugochukwu Mmaduekwe 6 years ago
parent
commit
eb73718903
2 changed files with 3 additions and 3 deletions
  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`