Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aes-kw/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use core::fmt;

/// Errors emitted from the wrap and unwrap operations.
#[derive(Debug, PartialEq, Eq)]
Comment thread
newpavlov marked this conversation as resolved.
#[derive(Clone, Debug, PartialEq, Eq)]
pub enum Error {
/// Input data length invalid.
InvalidDataSize,
Expand Down
Loading