file system and file donload

This commit is contained in:
TIBERGHIEN corentin
2026-01-23 01:11:02 +01:00
parent 26fa7a833f
commit 31b26e96b0
7 changed files with 513 additions and 34 deletions

View File

@@ -134,7 +134,7 @@ pub fn sign_message(crypto_pair: &CryptographicSignature, message: &Vec<u8>) ->
#[cfg(test)]
mod tests {
use super::*;
/*
///
/// creates a cryptographic signature
///
@@ -144,7 +144,7 @@ mod tests {
let crypto_pair = CryptographicSignature::new(username);
let formatted_pubkey = formatPubKey(crypto_pair);
println!("pubkey : {}", formatted_pubkey);
}
}*/
/*#[test]
fn signing_message() {