-
Notifications
You must be signed in to change notification settings - Fork 13
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
add new_with_init_block #195
Conversation
polyval/src/backend/soft64.rs
Outdated
@@ -94,7 +104,7 @@ impl Drop for Polyval { | |||
|
|||
/// 2 x `u64` values | |||
#[derive(Copy, Clone, Debug, Default, Eq, PartialEq)] | |||
struct U64x2(u64, u64); | |||
pub struct U64x2(u64, u64); |
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.
This visibility change doesn't seem necessary?
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.
yeah, that was for debug :)
I'd suggest changing the definitions of |
Okay, sounds fine, will change it |
Hey. Fixed new signature (calling new_with_init_block) and all platforms. |
This includes a lot of superfluous changes to imports which seem unnecessary, moving them around and adding various whitespace where ordinarily we use the rustfmt ordering for imports. |
It is weird, because i just only use cargo fmt. |
Added - add `new_with_init_block` (RustCrypto#195) Changed - implement Karatsuba multiplication for arm64 (RustCrypto#181)
Added - add `new_with_init_block` (RustCrypto#195)
Added - add `new_with_init_block` (RustCrypto#195)
Added - add `new_with_init_block` (RustCrypto#195)
Added - add `new_with_init_block` (#195)
Add creation function for init_block, needed for
belt-dwp
AEADhttps://rustcrypto.zulipchat.com/#narrow/stream/260038-AEADs/topic/belt-dwp/near/418639333