From: Chris Duncan Date: Wed, 8 Jan 2025 23:16:27 +0000 (-0800) Subject: Add some whitespace to better delineate the start and end of the G mixing section. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=e2a56ef205eaafe85ee8219ee33bdf8fc4806118;p=libnemo.git Add some whitespace to better delineate the start and end of the G mixing section. --- 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 * ****************************************************************************/