Skip to content
View s6nqou's full-sized avatar

Highlights

  • Pro

Block or report s6nqou

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. pump-anchor pump-anchor Public

    Pump.fun Anchor SDK: IDL & CPI only Solana program (smart contract)

    TypeScript 5 2

  2. Keccak-256 WebGPU Hashing Keccak-256 WebGPU Hashing
    1
    @group(0) @binding(0) var<storage, read> input: array<u32>;
    2
    @group(0) @binding(1) var<storage, read> input_size: u32;
    3
    @group(0) @binding(2) var<storage, read_write> output: array<u32, 8>;
    4
    
                  
    5
    const digest_byte_size: u32 = 256 / 8;