X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=c_sharp%2Fsrc%2Forg%2Fldk%2Fstructs%2FSha256.cs;h=6c8a415b397c79303695f4d22aeea891c3d43467;hb=592c64eb658d92e314a2b983cea16cecf3882474;hp=274000f43322a265c5ffe6af5599a6f5f0e132a1;hpb=c6777737ea14e7814b0fa7d6fe16536f31d4a82b;p=ldk-java diff --git a/c_sharp/src/org/ldk/structs/Sha256.cs b/c_sharp/src/org/ldk/structs/Sha256.cs index 274000f4..6c8a415b 100644 --- a/c_sharp/src/org/ldk/structs/Sha256.cs +++ b/c_sharp/src/org/ldk/structs/Sha256.cs @@ -51,7 +51,7 @@ public class Sha256 : CommonBase { * Two objects with NULL inner values will be considered "equal" here. */ public bool eq(org.ldk.structs.Sha256 b) { - bool ret = bindings.Sha256_eq(this.ptr, b == null ? 0 : b.ptr); + bool ret = bindings.Sha256_eq(this.ptr, b.ptr); GC.KeepAlive(this); GC.KeepAlive(b); if (this != null) { this.ptrs_to.AddLast(b); }; @@ -67,7 +67,7 @@ public class Sha256 : CommonBase { * single sha256 hash. */ public static Sha256 from_bytes(byte[] bytes) { - long ret = bindings.Sha256_from_bytes(InternalUtils.check_arr_len(bytes, 32)); + long ret = bindings.Sha256_from_bytes(InternalUtils.encodeUint8Array(InternalUtils.check_arr_len(bytes, 32))); GC.KeepAlive(bytes); if (ret >= 0 && ret <= 4096) { return null; } org.ldk.structs.Sha256 ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new org.ldk.structs.Sha256(null, ret); }