mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Added note to Default.js to show that crypto is included in that module.
This commit is contained in:
parent
029c55fd53
commit
049fc66785
2 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,7 @@ import UUID from "../../operations/UUID.js";
|
||||||
* - Utils.js
|
* - Utils.js
|
||||||
* - CryptoJS
|
* - CryptoJS
|
||||||
* - otp
|
* - otp
|
||||||
|
* - crypto
|
||||||
*
|
*
|
||||||
* @author n1474335 [n1474335@gmail.com]
|
* @author n1474335 [n1474335@gmail.com]
|
||||||
* @copyright Crown Copyright 2017
|
* @copyright Crown Copyright 2017
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
import crypto from "crypto";
|
import crypto from "crypto";
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* UUID operations.
|
* UUID operations.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue