Simple feedback server
This commit is contained in:
14
feedback-server/externs/node/crypto/CipherInfoOptions.hx
Normal file
14
feedback-server/externs/node/crypto/CipherInfoOptions.hx
Normal file
@@ -0,0 +1,14 @@
|
||||
package node.crypto;
|
||||
|
||||
typedef CipherInfoOptions = {
|
||||
/**
|
||||
A test key length.
|
||||
**/
|
||||
@:optional
|
||||
var keyLength : Float;
|
||||
/**
|
||||
A test IV length.
|
||||
**/
|
||||
@:optional
|
||||
var ivLength : Float;
|
||||
};
|
||||
Reference in New Issue
Block a user