mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Fixed RSA generation and added digest option to verify
This commit is contained in:
parent
73864e0809
commit
e0f000b913
4 changed files with 27 additions and 6 deletions
|
@ -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/"
|
||||
}
|
||||
])
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue