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: Hash160 #4

Closed StringNick closed 1 day ago

StringNick commented 2 weeks ago

We need implement hash160, ripemd160 already implemented, only what u need to create zig style hashing struct, call ripemd and sha256 + tests. Test u can took from rust implementation

RedVelvetZip commented 2 weeks ago

howdy, can I take this ticket?