mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-05 23:03:06 +00:00
fix: fmt commit
This commit is contained in:
parent
48b3891c7f
commit
602d400a5f
@ -213,8 +213,14 @@ mod tests {
|
|||||||
println!("======Prerequisites======");
|
println!("======Prerequisites======");
|
||||||
println!();
|
println!();
|
||||||
|
|
||||||
println!("Group generator {:?}", hex::encode(AffinePoint::GENERATOR.to_bytes()));
|
println!(
|
||||||
println!("Nullifier constant {:?}", hex::encode(NULLIFIER_SECRET_CONST));
|
"Group generator {:?}",
|
||||||
|
hex::encode(AffinePoint::GENERATOR.to_bytes())
|
||||||
|
);
|
||||||
|
println!(
|
||||||
|
"Nullifier constant {:?}",
|
||||||
|
hex::encode(NULLIFIER_SECRET_CONST)
|
||||||
|
);
|
||||||
println!("Viewing constatnt {:?}", hex::encode(VIEVING_SECRET_CONST));
|
println!("Viewing constatnt {:?}", hex::encode(VIEVING_SECRET_CONST));
|
||||||
println!();
|
println!();
|
||||||
|
|
||||||
@ -229,7 +235,13 @@ mod tests {
|
|||||||
println!("======Public data======");
|
println!("======Public data======");
|
||||||
println!();
|
println!();
|
||||||
println!("Address{:?}", hex::encode(address));
|
println!("Address{:?}", hex::encode(address));
|
||||||
println!("Nulifier public key {:?}", hex::encode(nullifer_public_key.to_bytes()));
|
println!(
|
||||||
println!("Viewing public key {:?}", hex::encode(viewing_public_key.to_bytes()));
|
"Nulifier public key {:?}",
|
||||||
|
hex::encode(nullifer_public_key.to_bytes())
|
||||||
|
);
|
||||||
|
println!(
|
||||||
|
"Viewing public key {:?}",
|
||||||
|
hex::encode(viewing_public_key.to_bytes())
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user