Skip to content

Commit

Permalink
Update share-conversion/mpz-share-conversion/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: th4s <[email protected]>
  • Loading branch information
themighty1 and th4s authored Jan 4, 2024
1 parent e72bc13 commit 1068f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share-conversion/mpz-share-conversion/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//! between additive and multiplicative representations.
//!
//! The protocol is based on `Two Party RSA Key Generation [Gil99]` which describes a method for
//! converting multipicative shares of a finite field element into additive shares (M2A). We use a similar technique
//! converting multiplicative shares of a finite field element into additive shares (M2A). We use a similar technique
//! to convert additive shares into multiplicative shares (A2M), inspired by `Efficient Secure Two-Party Exponentiation [YCCL11]`.
#![deny(missing_docs, unreachable_pub, unused_must_use)]
Expand Down

0 comments on commit 1068f33

Please sign in to comment.