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

Transcript RNG #2

Open
noot opened this issue Oct 25, 2019 · 4 comments
Open

Transcript RNG #2

noot opened this issue Oct 25, 2019 · 4 comments

Comments

@noot
Copy link

noot commented Oct 25, 2019

Hey, are there any plans to implement a transcript RNG like there is in the rust library?
https://github.com/dalek-cryptography/merlin/blob/master/src/transcript.rs#L280

If not, I would be interested in working on it.

@gtank
Copy link
Owner

gtank commented Nov 5, 2019

Yes, definitely! This is a side project for me so it's slow going, but I've been trying to think of an idiomatic Go way to expose that. At the moment I'm favoring a builder type that will downscope itself to io.Reader when you're ready to start reading from it.

Do you have a favored approach?

@noot
Copy link
Author

noot commented Nov 7, 2019

That sounds reasonable to me! Thanks so much for your work. What can I do to help get it done?

@gtank
Copy link
Owner

gtank commented Dec 22, 2019

Hey, I'm clearly not going to get around to this as quickly as I'd hoped. I didn't mean to lick the cookie! If you would like to work on it, please go ahead. I'll be happy to look at an API or review a PR @noot

@vedhavyas
Copy link

@gtank @noot I have implemented #4 that implements io.Reader. Would love to get your feedback on that.

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

3 participants