From: Chris Duncan Date: Mon, 6 Jan 2025 17:02:13 +0000 (-0800) Subject: Remove outdated documentation comment. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=751a1f3b383d70ce322a624c51e4a21c2d6b7b19;p=libnemo.git Remove outdated documentation comment. --- diff --git a/src/lib/workers/powgpu.ts b/src/lib/workers/powgpu.ts index ab2879a..30401fc 100644 --- a/src/lib/workers/powgpu.ts +++ b/src/lib/workers/powgpu.ts @@ -199,8 +199,6 @@ export class PowGpu extends WorkerInterface { /** * Initialize (nonce||blockhash) concatenation - * Reference implementation uses uint64_t whereas we have u32 - * Array length increased from original 16 to 32 to compensate */ var m0: u32 = ubo.random; var m1: u32 = ubo.random ^ id;