mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 05:13:23 +00:00
Added note to Default.js to show that crypto is included in that module.
This commit is contained in:
@@ -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.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user