mirror of
https://github.com/gchq/CyberChef
synced 2024-12-29 14:03:10 +00:00
xxtea encryption added
This commit is contained in:
parent
893b84d042
commit
653af6a300
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class XXTEAEncrypt extends Operation {
|
|||
return RESULT;
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* @param {number} sum
|
||||
* @param {number} y
|
||||
* @param {number} z
|
||||
|
|
Loading…
Reference in a new issue