Set a minimum limit on number of bytes

This commit is contained in:
GCHQDeveloper581 2026-06-20 19:19:14 +00:00
parent a0a369a7ef
commit 433abd1fbb
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -31,7 +31,8 @@ class PseudoRandomNumberGenerator extends Operation {
{
"name": "Number of bytes",
"type": "number",
"value": 32
"value": 32,
"min": 1
},
{
"name": "Output as",