diff --git a/src/CPAlgorithm.php b/src/CPAlgorithm.php
index 24cd060..03a204c 100644
--- a/src/CPAlgorithm.php
+++ b/src/CPAlgorithm.php
@@ -1,16 +1,189 @@
+ *
+ *
+ *
+ *
+ * Значение
+ * Пояснение
+ *
Значение | + *Пояснение | + *
---|---|
+ * CADESCOM_ENCRYPTION_ALGORITHM_RC2 + * | + *+ * Use RSA RC2 encryption. + * | + *
+ * CADESCOM_ENCRYPTION_ALGORITHM_RC4 + * | + *+ * Use RSA RC4 encryption. + * | + *
+ * CADESCOM_ENCRYPTION_ALGORITHM_DES + * | + *+ * Use DES encryption. + * | + *
+ * CADESCOM_ENCRYPTION_ALGORITHM_3DES + * | + *+ * Use triple DES encryption. + * | + *
+ * CADESCOM_ENCRYPTION_ALGORITHM_AES + * | + *+ * Use the Advanced Encryption Standard (AES) algorithm. This value is valid for the EncryptedData object only. + * | + *
+ * CADESCOM_ENCRYPTION_ALGORITHM_GOST_28147_89 + * | + *+ * Use ГОСТ 28147-89 encryption. + * | + *