-
Notifications
You must be signed in to change notification settings - Fork 25
optimization #19
Copy link
Copy link
Open
Labels
Description
centipede/src/juggling/segmentation.rs
Line 143 in 491836c
| .map(|i| Msegmentation::get_segment_k(secret, segment_size, i as u8)) |
that can be avoided as it is called here as well
centipede/src/juggling/segmentation.rs
Line 132 in 491836c
| Msegmentation::encrypt_segment_k( |
-change segmented_enc to be <Vec,<Scalar>
Reactions are currently unavailable