Skip to content

Commit

Permalink
block-padding v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 3, 2018
1 parent ca12c3a commit bac382b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion block-padding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "block-padding"
version = "0.1.1"
version = "0.1.2"
authors = ["RustCrypto Developers"]
license = "MIT/Apache-2.0"
description = "Padding and unpadding of messages divided into blocks."
Expand Down
2 changes: 2 additions & 0 deletions block-padding/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
//! operations. Additionally several common padding schemes are available out
//! of the box.
#![no_std]
#![doc(html_logo_url =
"https://raw.githubusercontent.com/RustCrypto/meta/master/logo_small.png")]
extern crate byte_tools;

use byte_tools::{zero, set};
Expand Down

0 comments on commit bac382b

Please sign in to comment.