mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 21:33:09 +00:00
fix: fmt commit
This commit is contained in:
parent
48b3891c7f
commit
602d400a5f
@ -213,8 +213,14 @@ mod tests {
|
||||
println!("======Prerequisites======");
|
||||
println!();
|
||||
|
||||
println!("Group generator {:?}", hex::encode(AffinePoint::GENERATOR.to_bytes()));
|
||||
println!("Nullifier constant {:?}", hex::encode(NULLIFIER_SECRET_CONST));
|
||||
println!(
|
||||
"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!();
|
||||
|
||||
@ -229,7 +235,13 @@ mod tests {
|
||||
println!("======Public data======");
|
||||
println!();
|
||||
println!("Address{:?}", hex::encode(address));
|
||||
println!("Nulifier public key {:?}", hex::encode(nullifer_public_key.to_bytes()));
|
||||
println!("Viewing public key {:?}", hex::encode(viewing_public_key.to_bytes()));
|
||||
println!(
|
||||
"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