Exemplo n.º 1
0
 public static string encode(string s, string @base)
 {
                 #line 129 "C:\\HaxeToolkit\\haxe\\std\\haxe\\crypto\\BaseCode.hx"
     global::haxe.crypto.BaseCode b = new global::haxe.crypto.BaseCode(((global::haxe.io.Bytes)(global::haxe.io.Bytes.ofString(@base, null))));
     return(b.encodeString(s));
 }
Exemplo n.º 2
0
 public static string encode(string s, string @base)
 {
                 #line 129 "/opt/haxe/std/haxe/crypto/BaseCode.hx"
     global::haxe.crypto.BaseCode b = new global::haxe.crypto.BaseCode(((global::haxe.io.Bytes)(global::haxe.io.Bytes.ofString(@base, null))));
     return(b.encodeString(s));
 }