-
Notifications
You must be signed in to change notification settings - Fork 27
CBMC: polyvec_[to|from]bytes()
, [un]pack_pk()
, polyvec_reduce()
#341
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
Conversation
c724cb2
to
cfabc5a
Compare
polyvec_tobytes()
and polyvec_frombytes()
polyvec_[to|from]bytes()
, [un]pack_pk()
, polyvec_reduce()
cfabc5a
to
dc5b7af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @hanno-becker. Looks mostly good.
Could you add the input + output bounds into the doc string like we have in the other functions?
dc5b7af
to
da58385
Compare
Resolves #337 Resolves #338 Signed-off-by: Hanno Becker <[email protected]>
Resolves #334 Resolves #331 Resolves #333 Signed-off-by: Hanno Becker <[email protected]>
da58385
to
738454a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adjusting this - LGTM.
Based on #340
Fixes #337, #338, #334 #331 #333