#e-voting #crypto

rust_ev_crypto_primitives

Crypto Primitives necessary for E-Voting Applications

13 releases (5 breaking)

0.6.2 Oct 12, 2024
0.5.4 May 9, 2024
0.5.0 Mar 30, 2024

#959 in Cryptography

Download history 56/week @ 2024-07-29 4/week @ 2024-08-26 109/week @ 2024-09-09 74/week @ 2024-09-16 175/week @ 2024-09-23 58/week @ 2024-09-30 142/week @ 2024-10-07 43/week @ 2024-10-14 15/week @ 2024-10-21

283 downloads per month
Used in 2 crates

LGPL-3.0+

9MB
8K SLoC

E-Voting Crypto Primitives in Rust

Introduction

This crate implements functionalities of the crpyto primitives for the E-Voting system of Swiss Post. It is based on the specifications of Swiss Post, according to the following document version:

It implements only the functionalities that are necessary for the implementation of the Verifier.

See API Documentation for details

Development guide

The crate is tested with the version of Rust defined in Cargo.toml.

Installation

The crate uses the crate openssl to wrap the functions of the library openssl for the basic cryptographic functions. Please check the installation guide of the crate.

The crate uses the crate rug to wrap the functions of the library GMP for the performant big integers. Please check the installation guide of the crate.

Licence

Rug is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the full text of the GNU LGPL for details.

Third party

See THIRD_PARTY

Dependencies

~30MB
~681K SLoC