Fix typo in src/crypto/index.js

This commit is contained in:
Tankred Hase 2016-03-22 14:12:58 +08:00
parent 149f5d5191
commit 2e4d8547a0

View File

@ -22,7 +22,7 @@ const mod = {
hash: hash,
/** @see module:crypto/cfb */
cfb: cfb,
/** @see module:crypto/aes-gcm */
/** @see module:crypto/gcm */
gcm: gcm,
/** @see module:crypto/public_key */
publicKey: publicKey,