Skip to content

Commit

Permalink
block-padding v0.4.0-pre.1 (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Dec 30, 2023
1 parent 6b11869 commit 3a6a143
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions block-padding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
[package]
name = "block-padding"
version = "0.4.0-pre"
version = "0.4.0-pre.1"
description = "Padding and unpadding of messages divided into blocks."
authors = ["RustCrypto Developers"]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.56"
rust-version = "1.65"
documentation = "https://docs.rs/block-padding"
repository = "https://github.com/RustCrypto/utils"
keywords = ["padding", "pkcs7", "ansix923", "iso7816"]
categories = ["cryptography", "no-std"]
readme = "README.md"

[dependencies]
hybrid-array = "=0.2.0-pre.6"
Expand Down
40 changes: 40 additions & 0 deletions block-padding/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# [RustCrypto]: Block Padding

[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
![Apache2/MIT licensed][license-image]
![Rust Version][rustc-image]
[![Project Chat][chat-image]][chat-link]

Padding and unpadding of messages divided into blocks.

## License

Licensed under either of:

* [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
* [MIT license](http://opensource.org/licenses/MIT)

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.

[//]: # (badges)

[crate-image]: https://img.shields.io/crates/v/block-padding.svg
[crate-link]: https://crates.io/crates/block-padding
[docs-image]: https://docs.rs/block-padding/badge.svg
[docs-link]: https://docs.rs/block-padding/
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
[rustc-image]: https://img.shields.io/badge/rustc-1.65+-blue.svg
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260052-utils
[build-image]: https://github.com/RustCrypto/utils/workflows/block-padding/badge.svg?branch=master&event=push
[build-link]: https://github.com/RustCrypto/utils/actions/workflows/block-padding.yml

[//]: # (general links)

[RustCrypto]: https://github.com/rustcrypto
2 changes: 1 addition & 1 deletion inout/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/RustCrypto/utils"
keywords = ["custom-reference"]

[dependencies]
block-padding = { version = "0.4.0-pre", path = "../block-padding", optional = true }
block-padding = { version = "=0.4.0-pre.1", path = "../block-padding", optional = true }
hybrid-array = "=0.2.0-pre.6"

[features]
Expand Down

0 comments on commit 3a6a143

Please sign in to comment.