We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pad
1 parent d7b383d commit e4a2627Copy full SHA for e4a2627
block-padding/src/lib.rs
@@ -41,7 +41,7 @@ pub trait Padding<BlockSize: ArrayLength<u8>> {
41
/// stored in the block is equal to `pos`).
42
///
43
/// # Panics
44
- /// If `pos` is bigger than `BlockSize`. Most paddin algorithms also
+ /// If `pos` is bigger than `BlockSize`. Most padding algorithms also
45
/// panic if they are equal.
46
fn pad(block: &mut Block<BlockSize>, pos: usize);
47
0 commit comments