Crates.io | acvp-parser |
lib.rs | acvp-parser |
version | 0.1.1 |
source | src |
created_at | 2022-02-01 19:46:28.629535 |
updated_at | 2022-02-08 21:38:46.26515 |
description | A Parser for Automated Cryptographic Validation Protocol (ACVP) Test Vectors |
homepage | https://github.com/puru1761/acvp-parser |
repository | https://github.com/puru1761/acvp-parser |
max_upload_size | |
id | 525360 |
size | 48,111 |
This repository contains the source code for an ACVP Parser crate implemented in the Rust programming language. This library is meant to be used for parsing ACVP style test vectors for use in Cryptographic Algorithm Validation System (CAVS) testing to be performed for obtaining FIPS 140-{2,3} CAVS certificates.
Add the following to your Cargo.toml
in order to use this crate:
acvp-parser = "*"
To build this crate for development purposes, do:
cargo build
To test the APIs provided by this crate, do:
cargo test