From e2a56ef205eaafe85ee8219ee33bdf8fc4806118 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Wed, 8 Jan 2025 15:16:27 -0800 Subject: [PATCH] Add some whitespace to better delineate the start and end of the G mixing section. --- src/lib/nano-pow/shaders/gpu-compute.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lib/nano-pow/shaders/gpu-compute.ts b/src/lib/nano-pow/shaders/gpu-compute.ts index f15ad49..8537d78 100644 --- a/src/lib/nano-pow/shaders/gpu-compute.ts +++ b/src/lib/nano-pow/shaders/gpu-compute.ts @@ -193,6 +193,10 @@ fn main( var v30: u32 = 0x137E2179u; var v31: u32 = 0x5BE0CD19u; + + + + /** * Twelve rounds of G mixing as part of BLAKE2b compression step. * Each sigma r index correlates with the reference implementation, but each @@ -1072,6 +1076,8 @@ fn main( + + /**************************************************************************** * NONCE CHECK * ****************************************************************************/ -- 2.34.1