#test #vector #converting #hex #format #hex-string #wycheproof

no-std app wycheproof2blb

A utility for converting Wycheproof test vectors to the blobby format

1 unstable release

0.1.0 Dec 7, 2021

#2418 in Cryptography

MIT/Apache

36KB
866 lines

RustCrypto: Utilities

Project Chat dependency status Apache2/MIT licensed

This repository contains various utility crates used in the RustCrypto project.

Crates

Name crates.io Docs MSRV Description
blobby crates.io Documentation MSRV 1.39 Decoder of the simple de-duplicated binary blob storage format
block-buffer crates.io Documentation MSRV 1.41 Fixed size buffer for block processing of data
block‑padding crates.io Documentation MSRV 1.56 Padding and unpadding of messages divided into blocks
cmov crates.io Documentation MSRV 1.59 Conditional move intrinsics
collectable crates.io Documentation MSRV 1.41 Fallible, no_std-friendly collection traits
cpufeatures crates.io Documentation MSRV 1.40 Lightweight and efficient alternative to the is_x86_feature_detected! macro
dbl crates.io Documentation MSRV 1.41 Double operation in Galois Field (GF)
hex-literal crates.io Documentation MSRV 1.57 Procedural macro for converting hexadecimal string to byte array at compile time
inout crates.io Documentation MSRV 1.56 Custom reference types for code generic over in-place and buffer-to-buffer modes of operation.
opaque-debug crates.io Documentation MSRV 1.41 Macro for opaque Debug trait implementation
wycheproof2blb Utility for converting Wycheproof test vectors to the blobby format
zeroize crates.io Documentation MSRV 1.60 Securely zero memory while avoiding compiler optimizations

License

All crates licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~0.7–1.5MB
~34K SLoC