Skip to content

Commit

Permalink
Aes 128 decode (#51)
Browse files Browse the repository at this point in the history
* add AES128 encrypt/decrypt

* spelling fix
  • Loading branch information
teo1962 authored Sep 9, 2022
1 parent 0ad108d commit 652cfc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LuaX.Test/stdlib/bufferTest.luax
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ class bufferTest
"B34FD0A69C11E64ADBD153E2B9D982E2B981981E", "");
end


@Fact()
public function DEFLATE() : void
var v : buffer, l : int, r : buffer;
Expand Down

0 comments on commit 652cfc1

Please sign in to comment.