Fixed RSA generation and added digest option to verify

This commit is contained in:
Matt 2020-04-06 13:35:14 +01:00
parent 73864e0809
commit e0f000b913
No known key found for this signature in database
GPG key ID: 2DD462FE98BF38C2
4 changed files with 27 additions and 6 deletions

View file

@ -56,6 +56,11 @@ module.exports = {
context: "src/core/vendor/",
from: "tesseract/**/*",
to: "assets/"
},
{
context: "node_modules/node-forge/dist",
from: "prime.worker.min.js",
to: "assets/forge/"
}
])
],