mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 06:01:02 +01:00
Added note to Default.js to show that crypto is included in that module.
This commit is contained in:
parent
029c55fd53
commit
049fc66785
@ -39,6 +39,7 @@ import UUID from "../../operations/UUID.js";
|
||||
* - Utils.js
|
||||
* - CryptoJS
|
||||
* - otp
|
||||
* - crypto
|
||||
*
|
||||
* @author n1474335 [n1474335@gmail.com]
|
||||
* @copyright Crown Copyright 2017
|
||||
|
@ -1,4 +1,6 @@
|
||||
import crypto from "crypto";
|
||||
|
||||
|
||||
/**
|
||||
* UUID operations.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user