aboutsummaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/error.rs b/src/error.rs
index a79b8e0..4a5c204 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -14,8 +14,8 @@ pub enum Error {
/// Error returned when trying to derive the root identity, as there is no parent key for the
/// root.
- #[error("The supplied identity had no elements")]
- EmptyIdentity,
+ #[error("Cannot derive the root identity")]
+ DerivingRoot,
/// Error when the given ciphertext was malformed.
///