zig-bitcoin / bitcoin-primitives

Libraries and primitives for Bitcoin, written in Zig.
https://bitcoin-zig-docs.bitcoinzig.org/
MIT License
14 stars 10 forks source link

Feat/Hashers: Implement siphash24 #2

Closed StringNick closed 1 week ago

StringNick commented 2 weeks ago

U can watch how it implemented in rust.

We expecting from this PR:

For styling u can watch std siphash64

TropicalDog17 commented 2 weeks ago

Hi @StringNick, can I work on this issue?