-
Notifications
You must be signed in to change notification settings - Fork 57
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
Inclusion of Skein #52
base: master
Are you sure you want to change the base?
Conversation
What are these codecov tests? |
They are testing for code coverage. Your new functions are not covered by tests. |
@Kubuxu All the tests in Travis has passed, yet the tests in codecov is not? |
@Kubuxu I give up on Go. If you can find someone who can patch it, and fix the Hash code for BLAKE2 and Skein, that would be great. 😭 |
List of repos with good Skein implementations |
As a new add-on for Multihash (see multiformats/multihash#83
and multiformats/multihash#82)
I have added some Go code to the files to comply with the new proposed standard.
I know only a minimal amount of Go, hope someone can correct me.