[crypto.js] Add missing return statement

This commit is contained in:
Christoph Diehl 2018-05-14 19:25:38 +02:00 committed by GitHub
parent 3c7d14349a
commit b1908915d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ class crypto extends make {
return this.alg()
},
encrypt: function () {
utils.common.mockup(`{
return utils.common.mockup(`{
name: 'RSA-OAEP',
hash: {
name: 'SHA-${this.length()}'