mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 11:27:43 +03:00
age: Derive Eq
on x25519::Recipient
in addition to PartialEq
This commit is contained in:
parent
81acb7773c
commit
39dddda54a
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ impl crate::Identity for Identity {
|
|||
///
|
||||
/// This recipient type is anonymous, in the sense that an attacker can't tell from the
|
||||
/// age-encrypted file alone if it is encrypted to a certain recipient.
|
||||
#[derive(Clone, PartialEq)]
|
||||
#[derive(Clone, PartialEq, Eq)]
|
||||
pub struct Recipient(PublicKey);
|
||||
|
||||
impl std::str::FromStr for Recipient {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue