]> zoso.dev Git - libnemo.git/commitdiff
Expand documentation of implementation details.
authorChris Duncan <chris@zoso.dev>
Wed, 8 Jan 2025 20:20:58 +0000 (12:20 -0800)
committerChris Duncan <chris@zoso.dev>
Wed, 8 Jan 2025 20:20:58 +0000 (12:20 -0800)
src/lib/nano-pow/shaders/gpu-compute.ts

index 0fcf82e829b949e32846fc958354bcb11ac5e0d0..ffe81830a23ad73bf34524c56fd5934628236a5b 100644 (file)
@@ -194,7 +194,10 @@ fn main(
        var v31: u32 = 0x5BE0CD19u;
 
        /**
-       * Twelve rounds of G mixing as part of BLAKE2b compression step
+       * Twelve rounds of G mixing as part of BLAKE2b compression step.
+       * Each sigma r index correlates with the reference implementation, but each
+       * sigma i index, and each v index, is doubled due to using two u32 array
+       * elements to represent one uint64_t.
        */
        var o0: u32;
        var o1: u32;