Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement hash160 #26

Merged
merged 5 commits into from
Sep 17, 2024
Merged

implement hash160 #26

merged 5 commits into from
Sep 17, 2024

Conversation

RedVelvetZip
Copy link
Contributor

Fixes issue#4 #4
Implement hash160

src/hashes/hash160.zig Outdated Show resolved Hide resolved
pub const Hash160 = struct {
const Self = @This();
pub const digest_length = 20;
pub const Options = struct {};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we have an option field here? It is empty and useless no? Or do I miss something?

Co-authored-by: Thomas Coratger <[email protected]>
src/hashes/hash160.zig Outdated Show resolved Hide resolved
src/hashes/hash160.zig Outdated Show resolved Hide resolved
src/hashes/hash160.zig Outdated Show resolved Hide resolved
@StringNick StringNick marked this pull request as ready for review September 17, 2024 22:11
@StringNick StringNick merged commit 0edd117 into zig-bitcoin:main Sep 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants