您的位置:首页 > 其它

保护私有信息的叉积协议及其应用 in c

2009-12-30 00:49 225 查看
  叉积是计算几何中关于线段算法的核心.在计算叉积的算法中,若输入的点或线段由不同的用户提供且无须保护这些用户的隐私时,可以假设至少有一个用户能够获得所有的输入信息,从而用传统的方法解决问题.但是,当用户输入数据的隐私需要得到保护时,传统算法或对传统算法做简单改进均不能满足要求,而需要设计新的模式来解决问题.对此提出了半诚实模型下保护私有信息的点线叉积计算协议,讨论和分析了其安全性与正确性,并且以保护私有信息的线段相交判定为例说明了其用途.

 in computational geometry, computing cross products is at the heart of line-segment methods. if the points and the line segments of the cross product algorithms are of several users and the privacy of any user is not considered, the problem can be solved through traditional methods, because we can assume the existence of a user who knows inputs from all the users. however, the traditional methods or simply improved methods aren′t fit for the situation where no user is willing to disclose his private data to other users and some new methods should be developed to solve the new problem. in this paper, privacy-preserving point-segment cross product protocol is firstly presented under the semi-honest model and its security and correctness are also discussed. privacy-preserving cross product protocol can be used to solve many privacy-preserving computational geometry problems. as an example, a secure protocol for determining whether two line-segments intersect is developed based on the privacy-preserving
point-segment cross product protocol.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: