-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa343fc
commit ad9b897
Showing
3 changed files
with
509 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[package] | ||
name = "cavp" | ||
version = "0.0.2-beta.2" | ||
authors = ["Cryspen"] | ||
license = "AGPL-3.0-only" | ||
homepage = "https://github.com/cryspen/libcrux-iot" | ||
edition = "2021" | ||
repository = "https://github.com/cryspen/libcrux-iot" | ||
description = "Libcrux helper to read NIST CAVP test vectors." | ||
|
||
[dependencies] | ||
hex = "0.4.3" | ||
log = "0.4.22" | ||
|
||
[dev-dependencies] | ||
pretty_env_logger = "0.5.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Libcrux CAVP Utilities | ||
|
||
> The NIST Cryptographic Algorithm Validation Program (CAVP) provides validation testing of Approved (i.e., FIPS-approved and NIST-recommended) cryptographic algorithms and their individual components. | ||
- [NIST: Cryptographic Algorithm Validation | ||
Program](https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program) | ||
|
||
This crate provides tooling around parsing and handling of CAVP test | ||
vectors for `libcrux` crates. |
Oops, something went wrong.