Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

wasm pow algo missnamed #17

Copy link
Copy link
@LoganSeven

Description

@LoganSeven
Issue body actions

This is not sha3 it's a Keccak Implementation that follows the Keccak-f[1600] specification with 24 rounds.
It has a sponge construction witch absorb-squeeze paradigm with 136-byte rate, it implements Keccak padding (0x06 then 0x80), the Proof-of-Work iterates nonces until hash meets target difficulty and it uses little-endian byte order throughout to match WASM stuff.

I can probably provide a working source code in C or Cpp or Rust if someone feels the need, may take a bit of time. Keeping the wasm closed source is not the way I like it.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.