acvp-parser

Crates.ioacvp-parser
lib.rsacvp-parser
version0.1.1
sourcesrc
created_at2022-02-01 19:46:28.629535
updated_at2022-02-08 21:38:46.26515
descriptionA Parser for Automated Cryptographic Validation Protocol (ACVP) Test Vectors
homepagehttps://github.com/puru1761/acvp-parser
repositoryhttps://github.com/puru1761/acvp-parser
max_upload_size
id525360
size48,111
Puru Kulkarni (puru1761)

documentation

README

Automated Cryptographic Validation Protocol (ACVP) Parser

CI Badge License Crate Badge

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.

Usage

Add the following to your Cargo.toml in order to use this crate:

acvp-parser = "*"

Build

To build this crate for development purposes, do:

cargo build

Test

To test the APIs provided by this crate, do:

cargo test

Author

Commit count: 0

cargo fmt