fix: calculate correct position of message size

This commit is contained in:
2024-10-11 15:47:39 +02:00
parent 4b7c46f5ef
commit d2ae2cd914

View File

@@ -54,7 +54,7 @@ inline fn sign(reg u64 shared_mem sync_mem private_mem) -> reg u64 {
mptr = extract_nth_ptr(sync_mem, shared_mem, 1);
len = (u64)[sync_mem + 16 * 2 + 8];
len = (u64)[sync_mem + 16 + 2 * 8];
sigptr = extract_nth_ptr(sync_mem, shared_mem, 3);