chore: rename 'identity' module to 'ed25519' and 'encryption' to 'x25519' (#5707)
This commit is contained in:
committed by
GitHub
parent
660463908d
commit
84db9f6bcd
@@ -23,7 +23,7 @@ pub enum NymNodeHttpError {
|
||||
#[error(transparent)]
|
||||
KeyRecoveryError {
|
||||
#[from]
|
||||
source: nym_crypto::asymmetric::encryption::KeyRecoveryError,
|
||||
source: nym_crypto::asymmetric::x25519::KeyRecoveryError,
|
||||
},
|
||||
|
||||
#[error("error building or using HTTP client: {source}")]
|
||||
|
||||
Reference in New Issue
Block a user