Skip to content

Commit

Permalink
chore: fix comment (Gil99 is M2A) (#89)
Browse files Browse the repository at this point in the history
* chore: fix comment (Gil99 is M2A)

* Update share-conversion/mpz-share-conversion/src/lib.rs

Co-authored-by: th4s <th4s@metavoid.xyz>

---------

Co-authored-by: th4s <th4s@metavoid.xyz>
  • Loading branch information
themighty1 and th4s authored Jan 4, 2024
1 parent 33ac765 commit 179fbe8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions share-conversion/mpz-share-conversion/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//! This crate provides a semi-honest protocol (with optional covert-security) for converting secret-shared finite field elements
//! This crate provides a semi-honest protocol (with optional covert security) for converting secret-shared finite field elements
//! between additive and multiplicative representations.
//!
//! The protocol is based on `Two Party RSA Key Generation [Gil99]` which devised a method for
//! converting additive shares of a finite field element into multiplicative shares (A2M). We use a similar technique
//! to convert multiplicative shares into additive shares (M2A), inspired by `Efficient Secure Two-Party Exponentiation [YCCL11]`.
//! The protocol is based on `Two Party RSA Key Generation [Gil99]` which describes a method for
//! 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)]
#![deny(clippy::all)]
Expand Down

0 comments on commit 179fbe8

Please sign in to comment.