]> zoso.dev Git - libnemo.git/commitdiff
Remove outdated documentation comment.
authorChris Duncan <chris@zoso.dev>
Mon, 6 Jan 2025 17:02:13 +0000 (09:02 -0800)
committerChris Duncan <chris@zoso.dev>
Mon, 6 Jan 2025 17:02:13 +0000 (09:02 -0800)
src/lib/workers/powgpu.ts

index ab2879a14630302f0f82a419b47fe951db3afca1..30401fcb5775246500e6fc6cc67e691ea92ffd08 100644 (file)
@@ -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;