You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains various utility crates used in the RustCrypto project.
4
6
5
7
## Crates
6
8
7
9
| Name | crates.io | Docs | Description |
8
10
|------|-----------|------|--------------|
9
-
|`blobby`|[](https://crates.io/crates/blobby)|[](https://docs.rs/blobby)| Decoder of the simple de-duplicated binary blob storage format |
10
-
|`block-buffer`|[](https://crates.io/crates/block-buffer)|[](https://docs.rs/block-buffer)| Fixed size buffer for block processing of data |
11
-
|`block‑padding`|[](https://crates.io/crates/block-padding)|[](https://docs.rs/block-padding)| Padding and unpadding of messages divided into blocks |
|`cpufeatures`|[](https://crates.io/crates/cpufeatures)|[](https://docs.rs/cpufeatures)| Lightweight and efficient alternative to the `is_x86_feature_detected!` macro |
14
-
|`dbl`|[](https://crates.io/crates/dbl)|[](https://docs.rs/dbl)| Double operation in Galois Field (GF) |
15
-
|`hex-literal`|[](https://crates.io/crates/hex-literal)|[](https://docs.rs/hex-literal)| Procedural macro for converting hexadecimal string to byte array at compile time |
16
-
|`opaque-debug`|[](https://crates.io/crates/opaque-debug)|[](https://docs.rs/opaque-debug)| Macro for opaque `Debug` trait implementation |
17
-
|`zeroize`|[](https://crates.io/crates/zeroize)|[](https://docs.rs/zeroize)| Securely zero memory while avoiding compiler optimizations |
11
+
|[`blobby`]|[](https://crates.io/crates/blobby)|[](https://docs.rs/blobby)| Decoder of the simple de-duplicated binary blob storage format |
12
+
|[`block-buffer`]|[](https://crates.io/crates/block-buffer)|[](https://docs.rs/block-buffer)| Fixed size buffer for block processing of data |
13
+
|[`block‑padding`]|[](https://crates.io/crates/block-padding)|[](https://docs.rs/block-padding)| Padding and unpadding of messages divided into blocks |
|[`cpufeatures`]|[](https://crates.io/crates/cpufeatures)|[](https://docs.rs/cpufeatures)| Lightweight and efficient alternative to the `is_x86_feature_detected!` macro |
16
+
|[`dbl`]|[](https://crates.io/crates/dbl)|[](https://docs.rs/dbl)| Double operation in Galois Field (GF) |
17
+
|[`hex-literal`]|[](https://crates.io/crates/hex-literal)|[](https://docs.rs/hex-literal)| Procedural macro for converting hexadecimal string to byte array at compile time |
18
+
|[`opaque-debug`]|[](https://crates.io/crates/opaque-debug)|[](https://docs.rs/opaque-debug)| Macro for opaque `Debug` trait implementation |
19
+
|[`wycheproof2blb`]|[](https://crates.io/crates/wycheproof2blb)|[](https://docs.rs/wycheproof2blb)| Utility for converting [Wycheproof] test vectors to the blobby format |
20
+
|[`zeroize`]|[](https://crates.io/crates/zeroize)|[](https://docs.rs/zeroize)| Securely zero memory while avoiding compiler optimizations |
18
21
19
22
## License
20
23
@@ -27,13 +30,29 @@ at your option.
27
30
28
31
### Contribution
29
32
30
-
Unless you explicitly state otherwise, any contribution intentionally submitted
31
-
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
32
-
dual licensed as above, without any additional terms or conditions.
33
+
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.
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.
0 commit comments