Fix typo in src/crypto/index.js
This commit is contained in:
parent
149f5d5191
commit
2e4d8547a0
|
@ -22,7 +22,7 @@ const mod = {
|
||||||
hash: hash,
|
hash: hash,
|
||||||
/** @see module:crypto/cfb */
|
/** @see module:crypto/cfb */
|
||||||
cfb: cfb,
|
cfb: cfb,
|
||||||
/** @see module:crypto/aes-gcm */
|
/** @see module:crypto/gcm */
|
||||||
gcm: gcm,
|
gcm: gcm,
|
||||||
/** @see module:crypto/public_key */
|
/** @see module:crypto/public_key */
|
||||||
publicKey: publicKey,
|
publicKey: publicKey,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user