Conversation
|
Wow I love the implementation @eamonlm this is a great community PR!!!! |
| const stdout = &std.io.getStdOut().outStream().stream; | ||
|
|
||
| pub fn sha256(name: []const u8) !void { | ||
| // encoding function |
There was a problem hiding this comment.
Maybe you should implement sha256 here?
There was a problem hiding this comment.
Still waiting for this feature! Super excited!
| // return sha256sum of each argument given | ||
| for (args) |arg, i| { | ||
| if(i != 0){ | ||
|
|
There was a problem hiding this comment.
Interesting... I see what you are planning but I don't see any actual code here. Is this planned?
There was a problem hiding this comment.
@eamonlm would love to hear your response to @sambattalio's question
|
Please remember from our CoC @eamonlm: "Please recognize that criticism of your statements is not a personal attack on you. If you feel that someone has attacked you, or offended your personal dignity, please don't “hit back” with another personal attack. That tends to start a vicious circle of escalating verbal aggression. A private response, politely stating your feelings as feelings, and asking for peace, may calm things down. Write it, set it aside for hours or a day, revise it to remove the anger, and only then send it." |
Working on creating an implementation of the sha256sum command in zig.