ng release and blank controls
This commit is contained in:
8
source/io/newgrounds/crypto/Cipher.hx
Normal file
8
source/io/newgrounds/crypto/Cipher.hx
Normal file
@ -0,0 +1,8 @@
|
||||
package io.newgrounds.crypto;
|
||||
|
||||
@:enum
|
||||
abstract Cipher(String) to String{
|
||||
var NONE = "none";
|
||||
var AES_128 = "aes128";
|
||||
var RC4 = "rc4";
|
||||
}
|
Reference in New Issue
Block a user