Skip to content

Commit d4d289e

Browse files
committed
docs: edit jsdoc comments
1 parent 41a29ea commit d4d289e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* 256-bit key, which is considered one of the most secure symmetric encryption
1212
* algorithms available.
1313
*
14-
* @version 1.0.0
14+
* @version 2.0.2
1515
* @author Victor Giovanni Beltrán Rodríguez
1616
* @module CryptoDriver
1717
*/

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const createKey = (password, salt) => crypto.scryptSync(password, salt, KEY_BYTE
173173
* @see {@link https://en.wikipedia.org/wiki/Galois/Counter_Mode Galois/Counter Mode}
174174
*
175175
* @author Victor Giovanni Beltrán Rodríguez
176-
* @version 2.0.0
176+
* @version 2.0.2
177177
*/
178178
class CryptoDriver {
179179
/**

0 commit comments

Comments
 (0)