chore: rename 'identity' module to 'ed25519' and 'encryption' to 'x25519' (#5707)

This commit is contained in:
Jędrzej Stuczyński
2025-04-13 11:58:25 +01:00
committed by GitHub
parent 660463908d
commit 84db9f6bcd
90 changed files with 330 additions and 332 deletions
+1 -1
View File
@@ -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}")]