All Projects → ZenGo-X → multi-party-eddsa

ZenGo-X / multi-party-eddsa

Licence: GPL-3.0 License
Rust implementation of multi party Ed25519 signature scheme.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to multi-party-eddsa

Tweetnacl Js
Port of TweetNaCl cryptographic library to JavaScript
Stars: ✭ 1,176 (+1267.44%)
Mutual labels:  signature, ed25519
mpc
Secure Multi-Party Computation (MPC) with Go. This project implements secure two-party computation with Garbled circuit protocol.
Stars: ✭ 41 (-52.33%)
Mutual labels:  ed25519, multi-party-computation
wascap
Embed, extract, and validate capability claims in JWTs for WebAssembly modules
Stars: ✭ 59 (-31.4%)
Mutual labels:  signature, ed25519
pyseto
A Python implementation of PASETO and PASERK.
Stars: ✭ 21 (-75.58%)
Mutual labels:  signature
libdigidocpp
Libdigidocpp library offers creating, signing and verification of digitally signed documents, according to XAdES and XML-DSIG standards. Documentation http://open-eid.github.io/libdigidocpp
Stars: ✭ 80 (-6.98%)
Mutual labels:  signature
DigiDoc4-Client
DigiDoc4 Client is an application for digitally signing and encrypting documents; the software includes functionality to manage Estonian ID-card - change pin codes etc.
Stars: ✭ 91 (+5.81%)
Mutual labels:  signature
Deep-Signature-Transforms
Code for "Deep Signature Transforms" (NeurIPS 2019)
Stars: ✭ 65 (-24.42%)
Mutual labels:  signature
gravity-sphincs
Signature scheme submitted to NIST's Post-Quantum Cryptography Project
Stars: ✭ 67 (-22.09%)
Mutual labels:  signature
email-signature
My E-mail Signature
Stars: ✭ 34 (-60.47%)
Mutual labels:  signature
zig-eddsa-key-blinding
A Zig implementation of EdDSA signatures with blind keys.
Stars: ✭ 15 (-82.56%)
Mutual labels:  ed25519
SignatureView
【Android View】:好用的Android电子签名板,能保存所签名的图片
Stars: ✭ 89 (+3.49%)
Mutual labels:  signature
SnortRules
This is an open source Snort rules repository
Stars: ✭ 18 (-79.07%)
Mutual labels:  signature
python-makefun
Dynamically create python functions with a proper signature.
Stars: ✭ 62 (-27.91%)
Mutual labels:  signature
pgpainless
Simple to use OpenPGP API based on Bouncy Castle
Stars: ✭ 73 (-15.12%)
Mutual labels:  signature
yogcrypt
A fast, general purpose crypto library in pure Rust.
Stars: ✭ 18 (-79.07%)
Mutual labels:  signature
noble-ed25519
Fastest JS implementation of ed25519, x25519 & ristretto255. Independently audited, high-security, 0-dependency EDDSA signatures and ECDH key agreement
Stars: ✭ 220 (+155.81%)
Mutual labels:  ed25519
rsign2
A command-line tool to sign files and verify signatures in pure Rust.
Stars: ✭ 102 (+18.6%)
Mutual labels:  ed25519
Sig
The most powerful and customizable binary pattern scanner
Stars: ✭ 131 (+52.33%)
Mutual labels:  signature
egnature
Egnature is an email signature generator tool, which is an open source and free to use.
Stars: ✭ 26 (-69.77%)
Mutual labels:  signature
SolRsaVerify
Solidity RSA Sha256 Pkcs1 Verification
Stars: ✭ 45 (-47.67%)
Mutual labels:  signature

Multi Party EdDSA signatures

Rust implementation of multiparty Ed25519 signature scheme.

Currently supporting:

The above protocols are for Schnorr signature system. EdDSA is a variant of Schnorr signature system with (possibly twisted) Edwards curves. We adopt the multi party implementations to follow Ed25519 methods for private key and public key generation according to RFC8032

License

This library is released under the terms of the GPL-3.0 license. See LICENSE for more information.

Development Process

The contribution workflow is described in CONTRIBUTING.md.

Contact

Feel free to reach out or join the ZenGo X Telegram for discussions on code and research.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].