companyzero / sntrup4591761

Streamlined NTRU Prime 4591^761 in Go
ISC License
36 stars 8 forks source link

Regenerate sage128.gz? #8

Open ioerror opened 1 year ago

ioerror commented 1 year ago

It looks like the sage script used may have been older than the latest released sage script ( https://ntruprime.cr.yp.to/ntruprime-20200930.sage ).

Is there already a program that generates a fresh testdata/sage128.gz or would such a program be a useful contribution?

davecgh commented 5 months ago

Howdy. I just looked through the repo and I don't see anything to regenerate it. I imagine the original author had some code to generate it initially, but I don't believe they're around anymore.

I'd definitely be open to some code that uses go generate to create it. I very much prefer any type of generated data have such generators in the repository since they also double as a way to help make sure the test data itself is correct.