文件名称:threshold_crypto-配对阈值加密-Rust开发
文件大小:51KB
文件格式:ZIP
更新时间:2024-06-16 12:51:52
Rust Cryptography
threshold_crypto一个基于配对的阈值密码系统,用于协作解密和签名。 threshold_crypto板条箱提供cryptographic threshold_crypto一个基于配对的阈值密码系统,用于协作解密和签名。 threshold_crypto板条箱为加密密钥提供了用于签名和加密消息的方法,以及用于阈值签名和阈值加密的密钥集。 阈值签名方案在Alexandra Boldyreva的“基于Gap-Diffie-Hellman-Group签名方案的阈值签名,多重签名和盲签名”中进行了描述。 本文扩展了Boneh-Lynn-Shach
【文件预览】:
threshold_crypto-master
----LICENSE-MIT(1KB)
----Cargo.toml(1KB)
----src()
--------into_fr.rs(1KB)
--------secret.rs(725B)
--------error.rs(1KB)
--------util.rs(217B)
--------serde_impl.rs(13KB)
--------codec_impl.rs(977B)
--------lib.rs(37KB)
--------mock()
--------poly.rs(29KB)
--------cmp_pairing.rs(332B)
----ci.sh(478B)
----LICENSE-APACHE(11KB)
----examples()
--------basic_pkc.rs(2KB)
--------threshold_enc.rs(7KB)
--------README.md(1KB)
--------threshold_sig.rs(8KB)
----CONTRIBUTING.md(2KB)
----.travis.yml(337B)
----COPYRIGHT(376B)
----README.md(6KB)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(320B)
----benches()
--------bench.rs(4KB)