We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f40084 commit e316250Copy full SHA for e316250
1 file changed
index.js
@@ -1,9 +1,9 @@
1
/**
2
- * @author Victor Giovanni Beltrán Rodríguez
3
- * @file Manages main entry point.
+ * @file Main module for the project.
+ * @description This module exports the main functionality of the project.
4
*/
5
6
-// ━━ TYPE DEFINITIONS ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+// ━━ MODULE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
7
8
* The CryptoDriver class contain methods to encrypt and decrypt data.
9
*
0 commit comments