Crates.io | rust_ev_system_library |
lib.rs | rust_ev_system_library |
version | |
source | src |
created_at | 2024-10-12 18:44:49.269474 |
updated_at | 2025-01-01 18:27:03.308027 |
description | Implementation of E-Voting system library functionalities for the Verifier |
homepage | |
repository | https://github.com/de-mo/rust_ev_system_library |
max_upload_size | |
id | 1406737 |
Cargo.toml error: | TOML parse error at line 20, column 1 | 20 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate implements functionalities of the E-Voting System of Swiss Post that are necessary for the verifier. 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 the installation guide of the Crypto Primitives
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.