Crates.io | qdsa |
lib.rs | qdsa |
version | 0.4.0 |
source | src |
created_at | 2022-05-30 22:08:07.917387 |
updated_at | 2022-06-19 03:20:29.827538 |
description | The qDSA digital signature algorithm plus X25519 and Elligator2. |
homepage | https://github.com/codahale/qdsa |
repository | |
max_upload_size | |
id | 597164 |
size | 68,457 |
A pure-Rust implementation of qDSA (aka Quotient DSA) over Curve25519. Includes X25519 key agreement, Elligator2 encoding and decoding, and a designated-verifier adaptation of qDSA.
GF(2^255-19)
operations provided by fiat-crypto.Copyright © 2022 Coda Hale
Distributed under the BSD 3-Clause License.