Explorar el Código

minor modifications

Ugochukwu Mmaduekwe hace 6 años
padre
commit
eb73718903
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  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;
   ClpBigInteger;
 
 
 type
 type
-  IDsaParameter = interface(IAsn1Convertible)
+  IDsaParameter = interface(IAsn1Encodable)
     ['{037E0113-0BD6-4A61-8BDC-DBEBE6136A6C}']
     ['{037E0113-0BD6-4A61-8BDC-DBEBE6136A6C}']
 
 
     function GetP: TBigInteger;
     function GetP: TBigInteger;

+ 2 - 2
README.md

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