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

[Documentation] Generating hash strings #19

Open
ernsheong opened this issue Dec 4, 2017 · 0 comments
Open

[Documentation] Generating hash strings #19

ernsheong opened this issue Dec 4, 2017 · 0 comments

Comments

@ernsheong
Copy link

ernsheong commented Dec 4, 2017

I think most bystanders would come here and desire to get a hash string like 6c1b07bc7bbc4be347939ac4a93c437a using Sum128WithSeed()

However, two things still need to be done to achieve that:

  1. Use strconv.FormatUint to convert each number output (h1 and h2)
  2. Concatenate the output

This should probably be in the README somewhere, to help newbies along :)

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

No branches or pull requests

1 participant