forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
10
Kha/Tools/macos/std/eval/_std/mbedtls/CtrDrbg.hx
Normal file
10
Kha/Tools/macos/std/eval/_std/mbedtls/CtrDrbg.hx
Normal file
@ -0,0 +1,10 @@
|
||||
package mbedtls;
|
||||
|
||||
import haxe.io.Bytes;
|
||||
|
||||
extern class CtrDrbg {
|
||||
function new():Void;
|
||||
|
||||
function random(output:Bytes, output_len:Int):Int;
|
||||
function seed(entropy:Entropy, ?custom:String):Int;
|
||||
}
|
Reference in New Issue
Block a user