From b1908915d53eaabf47c5837b68dce863d150c7f8 Mon Sep 17 00:00:00 2001 From: Christoph Diehl <1614333+posidron@users.noreply.github.com> Date: Mon, 14 May 2018 19:25:38 +0200 Subject: [PATCH] [crypto.js] Add missing return statement --- lib/make/crypto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/make/crypto.js b/lib/make/crypto.js index 3696afe..fe59a57 100644 --- a/lib/make/crypto.js +++ b/lib/make/crypto.js @@ -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()}'