
基于身份的盲签名:BlindSignature
5星
- 浏览量: 0
- 大小:None
- 文件类型:ZIP
简介:
本项目提出一种基于身份的盲签名方案,在保护用户隐私的同时确保了消息的不可伪造性与签发者无法得知所签署的具体内容。
盲签名
Zangguo Zhang 和 Kwangjo Kim 配对的基于 ID 的盲签名为此库提供了三个主要程序:管理器、SETUP 和 EXTRACT 键;用户。
1) Function KeyGeneration of the class manager.
2) Setup of the same class.
3) GetEl, in the Signer class, to get P and Ppub.
4) GetQid_Sid to obtain open and secret key
5) sendR to transmit R to user.
6) GetEl for the user class to retrieve P and Pub.
7) GetQid - retrieves signers public key
8) SendCBlind - computes
全部评论 (0)
还没有任何评论哟~


