mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Attempt to make RSA key generation functional
This commit is contained in:
parent
f81ca3ba60
commit
31e758ca45
5 changed files with 25 additions and 9 deletions
|
@ -61,6 +61,10 @@ module.exports = {
|
|||
test: /forge.min.js$/,
|
||||
loader: "imports-loader?jQuery=>null"
|
||||
},
|
||||
{
|
||||
test: /prime.worker.min.js$/,
|
||||
use: "raw-loader"
|
||||
},
|
||||
{
|
||||
test: /bootstrap-material-design/,
|
||||
loader: "imports-loader?Popper=popper.js/dist/umd/popper.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue