file system and file donload
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user