[crypto.js] Add missing return statement
This commit is contained in:
parent
3c7d14349a
commit
b1908915d5
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ class crypto extends make {
|
||||||
return this.alg()
|
return this.alg()
|
||||||
},
|
},
|
||||||
encrypt: function () {
|
encrypt: function () {
|
||||||
utils.common.mockup(`{
|
return utils.common.mockup(`{
|
||||||
name: 'RSA-OAEP',
|
name: 'RSA-OAEP',
|
||||||
hash: {
|
hash: {
|
||||||
name: 'SHA-${this.length()}'
|
name: 'SHA-${this.length()}'
|
||||||
|
|
Loading…
Reference in a new issue